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 | a01866da72087aaa011504260384af9aadf04868 (patch) | |
tree | 6395cd5ca8fc4fe4f66a62a3cc73c1ba00da121e /virtual/perl-Safe | |
parent | Cleaning out old ebuild (diff) | |
download | historical-a01866da72087aaa011504260384af9aadf04868.tar.gz historical-a01866da72087aaa011504260384af9aadf04868.tar.bz2 historical-a01866da72087aaa011504260384af9aadf04868.zip |
Cleaning up deps
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'virtual/perl-Safe')
-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}" |