diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:08:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:08:47 +0000 |
commit | 5610a9dfc1fdb4bae8f52bbf5c01b612aa7e2736 (patch) | |
tree | c13a111b101864f36f8e230a5e55ab3c2595118a /dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild | |
parent | dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration (diff) | |
download | gentoo-2-5610a9dfc1fdb4bae8f52bbf5c01b612aa7e2736.tar.gz gentoo-2-5610a9dfc1fdb4bae8f52bbf5c01b612aa7e2736.tar.bz2 gentoo-2-5610a9dfc1fdb4bae8f52bbf5c01b612aa7e2736.zip |
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild')
-rw-r--r-- | dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild index a9212dee9a66..c21ac661e748 100644 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.8 2005/04/22 12:31:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.9 2005/05/25 14:08:30 mcummings Exp $ inherit perl-module @@ -15,6 +15,6 @@ KEYWORDS="x86 amd64 ~ppc sparc ~alpha" IUSE="" DEPEND="${DEPEND}" -RDEPEND=">=dev-perl/MIME-Base64-3.00" +RDEPEND=">=perl-core/MIME-Base64-3.00" export OPTIMIZE="$CFLAGS" |