diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:44:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:44:56 +0000 |
commit | 1298f8311ffaa5287dc71c17c0fb9d6853b59c4d (patch) | |
tree | fd522722fe64f967b2ded488cd6d6a3812351993 /dev-perl/text-autoformat | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-1298f8311ffaa5287dc71c17c0fb9d6853b59c4d.tar.gz gentoo-2-1298f8311ffaa5287dc71c17c0fb9d6853b59c4d.tar.bz2 gentoo-2-1298f8311ffaa5287dc71c17c0fb9d6853b59c4d.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/text-autoformat')
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild index 25a22a4e88cd..8c346da2a883 100644 --- a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild +++ b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.12.ebuild,v 1.3 2004/06/25 01:03:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.12.ebuild,v 1.4 2004/07/14 20:42:06 agriffis Exp $ inherit perl-module @@ -14,6 +14,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~amd64 ~ppc ~sparc alpha ~hppa" +IUSE="" DEPEND="${DEPEND} dev-perl/text-reform" |