diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-21 11:50:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-21 11:50:39 +0000 |
commit | 55629f4aff797c44d8c424c82fd33209e1d1f255 (patch) | |
tree | fe7644a3b0d38608fa6df108922f649da269bffc /virtual/perl-Module-Load-Conditional | |
parent | Stable for HPPA (bug #416397). (diff) | |
download | historical-55629f4aff797c44d8c424c82fd33209e1d1f255.tar.gz historical-55629f4aff797c44d8c424c82fd33209e1d1f255.tar.bz2 historical-55629f4aff797c44d8c424c82fd33209e1d1f255.zip |
Add perl-5.16 as provider. Force stable keywords
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'virtual/perl-Module-Load-Conditional')
-rw-r--r-- | virtual/perl-Module-Load-Conditional/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0-r1.ebuild (renamed from virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/virtual/perl-Module-Load-Conditional/ChangeLog b/virtual/perl-Module-Load-Conditional/ChangeLog index 20ecf51bfe44..ef61811bffa4 100644 --- a/virtual/perl-Module-Load-Conditional/ChangeLog +++ b/virtual/perl-Module-Load-Conditional/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/perl-Module-Load-Conditional # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.27 2012/05/02 14:08:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.28 2012/05/21 11:50:35 tove Exp $ + +*perl-Module-Load-Conditional-0.460.0-r1 (21 May 2012) + + 21 May 2012; Torsten Veller <tove@gentoo.org> + -perl-Module-Load-Conditional-0.460.0.ebuild, + +perl-Module-Load-Conditional-0.460.0-r1.ebuild: + Add perl-5.16 as provider *perl-Module-Load-Conditional-0.500.0 (02 May 2012) diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0-r1.ebuild index d94eaf0d463d..dd75682e8ef1 100644 --- a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0.ebuild +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0.ebuild,v 1.1 2011/09/13 18:22:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.460.0-r1.ebuild,v 1.1 2012/05/21 11:50:35 tove Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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="" -RDEPEND="~perl-core/${PN#perl-}-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )" |