diff options
author | 2010-07-14 06:42:01 +0000 | |
---|---|---|
committer | 2010-07-14 06:42:01 +0000 | |
commit | 0c3ccfc884f103b3b01485c19a3a7d6f2ea66ad6 (patch) | |
tree | 87c8acb45f8091a0fb9fbb2389c18f6de4d403e2 /virtual/perl-Safe | |
parent | Add perl-5.12 as provider (diff) | |
download | gentoo-2-0c3ccfc884f103b3b01485c19a3a7d6f2ea66ad6.tar.gz gentoo-2-0c3ccfc884f103b3b01485c19a3a7d6f2ea66ad6.tar.bz2 gentoo-2-0c3ccfc884f103b3b01485c19a3a7d6f2ea66ad6.zip |
Add perl-5.12 as provider
(Portage version: 2.2_rc67_p192/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 89ca9fbc691b..89d06083718f 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.21 2010/06/28 05:39:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.22 2010/07/14 06:42:01 tove Exp $ + + 14 Jul 2010; Torsten Veller <tove@gentoo.org> perl-Safe-2.27.ebuild: + Add perl-5.12 as provider 28 Jun 2010; Jeroen Roovers <jer@gentoo.org> perl-Safe-2.27.ebuild: Stable for HPPA (bug #325563). diff --git a/virtual/perl-Safe/perl-Safe-2.27.ebuild b/virtual/perl-Safe/perl-Safe-2.27.ebuild index 3579336550cb..cf336ed0f2c7 100644 --- a/virtual/perl-Safe/perl-Safe-2.27.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.27.ebuild,v 1.3 2010/06/28 05:39:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.27.ebuild,v 1.4 2010/07/14 06:42:01 tove Exp $ DESCRIPTION="Virtual for Safe" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" -RDEPEND="~perl-core/Safe-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~perl-core/Safe-${PV} )" |