diff options
author | 2006-08-06 01:01:45 +0000 | |
---|---|---|
committer | 2006-08-06 01:01:45 +0000 | |
commit | 103c514110b440033ed6d37a398764a0fbac2691 (patch) | |
tree | 095f88590af37e39168771fcddbd8f9cd7ddb12a /dev-perl/URI/URI-1.34.ebuild | |
parent | Fixed sys-libs/db dep atom for bug #142045. (diff) | |
download | historical-103c514110b440033ed6d37a398764a0fbac2691.tar.gz historical-103c514110b440033ed6d37a398764a0fbac2691.tar.bz2 historical-103c514110b440033ed6d37a398764a0fbac2691.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/URI/URI-1.34.ebuild')
-rw-r--r-- | dev-perl/URI/URI-1.34.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/URI/URI-1.34.ebuild b/dev-perl/URI/URI-1.34.ebuild index ccdda5f29486..2045201bc231 100644 --- a/dev-perl/URI/URI-1.34.ebuild +++ b/dev-perl/URI/URI-1.34.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/URI/URI-1.34.ebuild,v 1.5 2006/07/05 12:48:44 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.6 2006/08/06 00:50:27 mcummings Exp $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" RDEPEND="${DEPEND}" -mydoc="rfc2396.txt"
\ No newline at end of file +mydoc="rfc2396.txt" + |