diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-12-10 13:10:48 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-12-10 13:10:48 +0000 |
commit | caa4ed09a0ad965d904c24f02daf78f0b42e4c44 (patch) | |
tree | 05b43bc4ab398ce075ad4f6677859a066fc142be /dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild | |
parent | Changed dependency on perl-core/MIME-Base64 to virtual/perl-MIME-Base64 (bug ... (diff) | |
download | gentoo-2-caa4ed09a0ad965d904c24f02daf78f0b42e4c44.tar.gz gentoo-2-caa4ed09a0ad965d904c24f02daf78f0b42e4c44.tar.bz2 gentoo-2-caa4ed09a0ad965d904c24f02daf78f0b42e4c44.zip |
Changed dependency on perl-core/MIME-Base64 to virtual/perl-MIME-Base64 (bug #157678)
(Portage version: 2.1.1-r2)
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 2b39465f2ffa..dc9b5a720726 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-2006 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.15 2006/08/04 22:30:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.16 2006/12/10 13:10:48 yuval Exp $ inherit perl-module @@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" IUSE="" -DEPEND=">=perl-core/MIME-Base64-3.00 +DEPEND=">=virtual/perl-MIME-Base64-3.00 dev-lang/perl" RDEPEND="${DEPEND}" |