diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:34:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:34:16 +0000 |
commit | 0a08005bc7a3e2ec21a8bc0005175dea20faf0ee (patch) | |
tree | a02bee4277a723140d061b81d938ea541f78c9c7 /dev-perl/string-crc32 | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-0a08005bc7a3e2ec21a8bc0005175dea20faf0ee.tar.gz gentoo-2-0a08005bc7a3e2ec21a8bc0005175dea20faf0ee.tar.bz2 gentoo-2-0a08005bc7a3e2ec21a8bc0005175dea20faf0ee.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild index 048712dc6115..15cb7e31a2f4 100644 --- a/dev-perl/string-crc32/string-crc32-1.2.ebuild +++ b/dev-perl/string-crc32/string-crc32-1.2.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/string-crc32/string-crc32-1.2.ebuild,v 1.6 2004/06/25 01:00:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.7 2004/07/14 20:32:20 agriffis Exp $ inherit perl-module @@ -13,3 +13,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.readme" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips" +IUSE="" |