diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:55:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 19:55:05 +0000 |
commit | a0509182ce082e4f89b6f5a754cbf1d3a656da77 (patch) | |
tree | b72e41e96e081d863767d89bcaa6c764b4a790d4 /virtual/perl-Scalar-List-Utils | |
parent | Modular X dependencies; Remove dependencies on X server/client -- X support i... (diff) | |
download | gentoo-2-a0509182ce082e4f89b6f5a754cbf1d3a656da77.tar.gz gentoo-2-a0509182ce082e4f89b6f5a754cbf1d3a656da77.tar.bz2 gentoo-2-a0509182ce082e4f89b6f5a754cbf1d3a656da77.zip |
Updated RDEPS
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'virtual/perl-Scalar-List-Utils')
3 files changed, 9 insertions, 5 deletions
diff --git a/virtual/perl-Scalar-List-Utils/ChangeLog b/virtual/perl-Scalar-List-Utils/ChangeLog index ffa24bd36046..d1f732bb4f3c 100644 --- a/virtual/perl-Scalar-List-Utils/ChangeLog +++ b/virtual/perl-Scalar-List-Utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo-x86/virtual # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.1 2006/02/07 11:55:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.2 2006/02/13 19:52:50 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + perl-Scalar-List-Utils-1.14.ebuild, perl-Scalar-List-Utils-1.18.ebuild: + Updated RDEPS *perl-Scalar-List-Utils-1.18 (07 Feb 2006) *perl-Scalar-List-Utils-1.14 (07 Feb 2006) diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild index 1f7996367024..cc9cd81a502a 100644 --- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.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-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild,v 1.1 2006/02/07 11:55:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild,v 1.2 2006/02/13 19:52:50 mcummings Exp $ DESCRIPTION="Virtual for Scalar-List-Utils" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Scalar-List-Utils-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Scalar-List-Utils-${PV} )" diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild index 3ef3820b2f23..b0b5e8e8b01b 100644 --- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.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-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild,v 1.1 2006/02/07 11:55:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild,v 1.2 2006/02/13 19:52:50 mcummings Exp $ DESCRIPTION="Virtual for Scalar-List-Utils" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="~perl-core/Scalar-List-Utils-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Scalar-List-Utils-${PV} )" |