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 | d06980314d8ee205f23d6394c3428c03aff9dce5 (patch) | |
tree | 8b98f27702d4ce547d6efe43c02972652c4cd095 /virtual/perl-Pod-Simple | |
parent | Stable for HPPA (bug #416397). (diff) | |
download | gentoo-2-d06980314d8ee205f23d6394c3428c03aff9dce5.tar.gz gentoo-2-d06980314d8ee205f23d6394c3428c03aff9dce5.tar.bz2 gentoo-2-d06980314d8ee205f23d6394c3428c03aff9dce5.zip |
Add perl-5.16 as provider. Force stable keywords
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/perl-Pod-Simple')
-rw-r--r-- | virtual/perl-Pod-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.0-r1.ebuild (renamed from virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/perl-Pod-Simple/ChangeLog b/virtual/perl-Pod-Simple/ChangeLog index 682876155728..7f61eec65966 100644 --- a/virtual/perl-Pod-Simple/ChangeLog +++ b/virtual/perl-Pod-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Pod-Simple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.49 2012/04/28 01:50:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.50 2012/05/21 11:50:38 tove Exp $ + +*perl-Pod-Simple-3.200.0-r1 (21 May 2012) + + 21 May 2012; Torsten Veller <tove@gentoo.org> + -perl-Pod-Simple-3.200.0.ebuild, +perl-Pod-Simple-3.200.0-r1.ebuild: + Add perl-5.16 as provider 28 Apr 2012; Alexis Ballier <aballier@gentoo.org> perl-Pod-Simple-3.200.0.ebuild: diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.0.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.0-r1.ebuild index 246420dd89a9..e834aab1ecaa 100644 --- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.0.ebuild +++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.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-Pod-Simple/perl-Pod-Simple-3.200.0.ebuild,v 1.2 2012/04/28 01:50:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/perl-Pod-Simple-3.200.0-r1.ebuild,v 1.1 2012/05/21 11:50:38 tove Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" -RDEPEND="~perl-core/${PN#perl-}-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )" |