diff options
Diffstat (limited to 'virtual/perl-JSON-PP')
-rw-r--r-- | virtual/perl-JSON-PP/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-JSON-PP/perl-JSON-PP-2.272.0-r1.ebuild (renamed from virtual/perl-JSON-PP/perl-JSON-PP-2.272.0.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/virtual/perl-JSON-PP/ChangeLog b/virtual/perl-JSON-PP/ChangeLog index 2a08b432d2b4..fa7ed8ce02df 100644 --- a/virtual/perl-JSON-PP/ChangeLog +++ b/virtual/perl-JSON-PP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-JSON-PP # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.22 2012/05/15 19:15:40 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.23 2012/05/21 11:50:39 tove Exp $ + +*perl-JSON-PP-2.272.0-r1 (21 May 2012) + + 21 May 2012; Torsten Veller <tove@gentoo.org> -perl-JSON-PP-2.272.0.ebuild, + +perl-JSON-PP-2.272.0-r1.ebuild: + Add perl-5.16 as provider 15 May 2012; Mark Loeser <halcy0n@gentoo.org> perl-JSON-PP-2.272.0.ebuild: Stable for ppc64; bug #393397 diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-2.272.0.ebuild b/virtual/perl-JSON-PP/perl-JSON-PP-2.272.0-r1.ebuild index 51c0aa6e7061..2e6e03e69338 100644 --- a/virtual/perl-JSON-PP/perl-JSON-PP-2.272.0.ebuild +++ b/virtual/perl-JSON-PP/perl-JSON-PP-2.272.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.0.ebuild,v 1.12 2012/05/15 19:15:40 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.0-r1.ebuild,v 1.1 2012/05/21 11:50:39 tove Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -11,5 +11,4 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="" -RDEPEND="~perl-core/${PN#perl-}-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )" |