diff options
Diffstat (limited to 'dev-perl/URI/URI-1.33.ebuild')
-rw-r--r-- | dev-perl/URI/URI-1.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/URI/URI-1.33.ebuild b/dev-perl/URI/URI-1.33.ebuild index 17398ec452e1..e66e3d67ee91 100644 --- a/dev-perl/URI/URI-1.33.ebuild +++ b/dev-perl/URI/URI-1.33.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/URI/URI-1.33.ebuild,v 1.2 2005/01/04 13:58:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.3 2005/05/25 14:14:48 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" -DEPEND="dev-perl/MIME-Base64" +DEPEND="perl-core/MIME-Base64" mydoc="rfc2396.txt" |