diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Crypt-Blowfish/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog index 6cdea6b021ed..5e3b5633abfd 100644 --- a/dev-perl/Crypt-Blowfish/ChangeLog +++ b/dev-perl/Crypt-Blowfish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-Blowfish # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.10 2004/06/25 00:16:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.11 2004/07/02 04:59:18 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + Crypt-Blowfish-2.09-r2.ebuild, Crypt-Blowfish-2.09-r3.ebuild: + virtual/glibc -> virtual/libc 25 Feb 2004; Joshua Kinard <kumba@gentoo.org> Crypt-Blowfish-2.09-r3.ebuild: Added ~mips to KEYWORDS to satisfy repoman deps. diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild index 469c376ee3d9..78a140914d26 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.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-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.16 2004/06/25 00:16:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.17 2004/07/02 04:59:18 eradicator Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha" -DEPEND="virtual/glibc >=dev-lang/perl-5" +DEPEND="virtual/libc >=dev-lang/perl-5" export OPTIMIZE="${CFLAGS}" diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild index 532b512861fe..c9b15a246084 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.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-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.9 2004/06/25 00:16:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.10 2004/07/02 04:59:18 eradicator Exp $ inherit perl-module @@ -12,7 +12,7 @@ LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-lang/perl-5" export OPTIMIZE="${CFLAGS}" |