diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-12-10 12:25:27 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-12-10 12:25:27 +0000 |
commit | 084e43efeebdcd572280e8c2aff47badf6aed326 (patch) | |
tree | af7fac08866a40486ea80b3a49fddcdbfd1ce2df /dev-perl | |
parent | Changed perl-core/Text-Balanced to virtual/perl-Text-Balanced (bug #157686) (diff) | |
download | historical-084e43efeebdcd572280e8c2aff47badf6aed326.tar.gz historical-084e43efeebdcd572280e8c2aff47badf6aed326.tar.bz2 historical-084e43efeebdcd572280e8c2aff47badf6aed326.zip |
Changed perl-core/Test-Harness to virtual/perl-Test-Harness (bug #157685)
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index d8e9098512b8..23a33a0654b8 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.30 2006/10/14 10:02:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.31 2006/12/10 12:25:27 yuval Exp $ + + 10 Dec 2006; Yuval Yaari <yuval@gentoo.org> Inline-0.44-r1.ebuild: + Changed perl-core/Test-Harness to virtual/perl-Test-Harness (bug #157685) 14 Oct 2006; Markus Rothe <corsair@gentoo.org> Inline-0.44-r1.ebuild: Added ~ppc64; bug #150934 diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index f2a0ebbce63d..756dabc3e99a 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.23 2006/10/14 10:02:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.24 2006/12/10 12:25:27 yuval Exp $ inherit perl-module eutils @@ -16,7 +16,7 @@ IUSE="gtk" DEPEND="virtual/perl-Digest-MD5 virtual/perl-File-Spec dev-perl/Parse-RecDescent - perl-core/Test-Harness + virtual/perl-Test-Harness dev-lang/perl" RDEPEND="${DEPEND}" |