diff options
author | 2006-10-25 02:32:34 +0000 | |
---|---|---|
committer | 2006-10-25 02:32:34 +0000 | |
commit | c8ef28b0213ddc7797c00d0ad6c95bc67238a649 (patch) | |
tree | e9038f85f8bfef0f0fa9f95c501eac2ee5ad4229 /virtual | |
parent | doing the ~ppc addition like I said i would...but forgot..I'm blonde what can... (diff) | |
download | gentoo-2-c8ef28b0213ddc7797c00d0ad6c95bc67238a649.tar.gz gentoo-2-c8ef28b0213ddc7797c00d0ad6c95bc67238a649.tar.bz2 gentoo-2-c8ef28b0213ddc7797c00d0ad6c95bc67238a649.zip |
Cleaning up deps
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'virtual')
4 files changed, 7 insertions, 5 deletions
diff --git a/virtual/perl-Getopt-Long/ChangeLog b/virtual/perl-Getopt-Long/ChangeLog index 95f796528318..7c7387ff4da9 100644 --- a/virtual/perl-Getopt-Long/ChangeLog +++ b/virtual/perl-Getopt-Long/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Getopt-Long # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.12 2006/09/04 06:40:31 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.13 2006/10/25 02:32:34 mcummings Exp $ + + 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> + perl-Getopt-Long-2.34.ebuild: + Cleaning up deps 04 Sep 2006; Joshua Kinard <kumba@gentoo.org> perl-Getopt-Long-2.35.ebuild: diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 index 8b137891791f..e69de29bb2d1 100644 --- a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 +++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 @@ -1 +0,0 @@ - diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 index 8b137891791f..e69de29bb2d1 100644 --- a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 +++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 @@ -1 +0,0 @@ - diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild index b935ebd082ab..0053b74f9683 100644 --- a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.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/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild,v 1.2 2006/02/13 19:33:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild,v 1.3 2006/10/25 02:32:34 mcummings Exp $ DESCRIPTION="Virtual for Getopt-Long" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64" IUSE="" DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Getopt-Long-${PV} )" +RDEPEND="~perl-core/Getopt-Long-${PV}" |