diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-10-13 21:22:13 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-10-13 21:22:13 +0000 |
commit | b79c4617857aa8eb7c106a9033867389312796dc (patch) | |
tree | 66834b95ff4f84c91e8d18456886201b24723f78 /dev-perl | |
parent | Stable on hppa, mips, ppc, sparc, x86. Remove old version. (diff) | |
download | gentoo-2-b79c4617857aa8eb7c106a9033867389312796dc.tar.gz gentoo-2-b79c4617857aa8eb7c106a9033867389312796dc.tar.bz2 gentoo-2-b79c4617857aa8eb7c106a9033867389312796dc.zip |
using File-Spec's and Digest-MD5's virtuals; bug #151201
(Portage version: 2.1.1)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index 6274ada613b3..b2a92d21e88b 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.28 2006/08/05 04:56:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.29 2006/10/13 21:22:13 yuval Exp $ + + 13 Oct 2006; Yuval Yaari <yuval@gentoo.org> Inline-0.44-r1.ebuild: + using File-Spec's and Digest-MD5's virtuals; bug #151201 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Inline-0.44-r1.ebuild: diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index 18f144707e2c..e5cbf74b5bd1 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-r1.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/Inline/Inline-0.44-r1.ebuild,v 1.21 2006/08/05 04:56:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.22 2006/10/13 21:22:13 yuval Exp $ inherit perl-module eutils @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" IUSE="gtk" -DEPEND="perl-core/Digest-MD5 - perl-core/File-Spec +DEPEND="virtual/perl-Digest-MD5 + virtual/perl-File-Spec dev-perl/Parse-RecDescent perl-core/Test-Harness dev-lang/perl" |