diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-25 02:39:35 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-25 02:39:35 +0000 |
commit | 27922c8f7561ad712fa352fdb70c0315561924b4 (patch) | |
tree | 73542cecf5ad2af79906fa85fc96948a19e7570c /virtual | |
parent | Cleaning out old ebuild (diff) | |
download | gentoo-2-27922c8f7561ad712fa352fdb70c0315561924b4.tar.gz gentoo-2-27922c8f7561ad712fa352fdb70c0315561924b4.tar.bz2 gentoo-2-27922c8f7561ad712fa352fdb70c0315561924b4.zip |
Cleaning up deps
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index d58176839072..eeb7b3f25e72 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.3 2006/02/16 19:46:00 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.4 2006/10/25 02:39:35 mcummings Exp $ + + 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> + perl-Safe-2.11.ebuild: + Cleaning up deps 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> perl-Safe-2.11.ebuild: diff --git a/virtual/perl-Safe/perl-Safe-2.11.ebuild b/virtual/perl-Safe/perl-Safe-2.11.ebuild index de58e27c045f..f6677c2597db 100644 --- a/virtual/perl-Safe/perl-Safe-2.11.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.11.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-Safe/perl-Safe-2.11.ebuild,v 1.2 2006/02/13 19:51:18 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.11.ebuild,v 1.3 2006/10/25 02:39:35 mcummings Exp $ DESCRIPTION="Virtual for Safe" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86" IUSE="" DEPEND="" -RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Safe-${PV} )" +RDEPEND="~perl-core/Safe-${PV}" |