diff options
Diffstat (limited to 'dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild')
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild index 51b959d09b35..14881c692647 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.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/Crypt-DES/Crypt-DES-2.03-r1.ebuild,v 1.10 2004/07/02 04:59:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild,v 1.11 2004/07/14 17:03:17 agriffis Exp $ inherit perl-module @@ -11,6 +11,7 @@ SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" +IUSE="" DEPEND="virtual/libc >=dev-lang/perl-5" |