diff options
author | 2006-10-02 14:00:22 +0000 | |
---|---|---|
committer | 2006-10-02 14:00:22 +0000 | |
commit | bfa32ede30838a3f2318a5c88351eb572a95dd64 (patch) | |
tree | d6de71709dc8b9ba59edaabcf4a6d0397862a932 /dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild | |
parent | force latest nasm for hidden support (diff) | |
download | historical-bfa32ede30838a3f2318a5c88351eb572a95dd64.tar.gz historical-bfa32ede30838a3f2318a5c88351eb572a95dd64.tar.bz2 historical-bfa32ede30838a3f2318a5c88351eb572a95dd64.zip |
PDEP libwww-perl; bug #144761
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild')
-rw-r--r-- | dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild index b7ec41f4288a..c693c02bdbf1 100644 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.20 2006/07/04 07:06:09 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.21 2006/10/02 14:00:22 ian Exp $ inherit perl-module @@ -18,9 +18,9 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" DEPEND="virtual/libc >=dev-lang/perl-5 - dev-perl/libwww-perl >=dev-libs/openssl-0.9.7c" RDEPEND="${DEPEND}" +PDEPEND="dev-perl/libwww-perl" export OPTIMIZE="${CFLAGS}" -myconf="${myconf} /usr"
\ No newline at end of file +myconf="${myconf} /usr" |