diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-18 20:20:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-18 20:20:50 +0000 |
commit | ac7be7afde67e1ff95ddcfe0aa7a562c87736b76 (patch) | |
tree | f87b8770c247c50f81c091530aa69080cfa52a7e /virtual/perl-Time-Local | |
parent | Stable on amd64 wrt bug #370855 (diff) | |
download | gentoo-2-ac7be7afde67e1ff95ddcfe0aa7a562c87736b76.tar.gz gentoo-2-ac7be7afde67e1ff95ddcfe0aa7a562c87736b76.tar.bz2 gentoo-2-ac7be7afde67e1ff95ddcfe0aa7a562c87736b76.zip |
Add perl-5.14 as provider. Force stable keywords
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/perl-Time-Local')
-rw-r--r-- | virtual/perl-Time-Local/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Time-Local/perl-Time-Local-1.200.0-r1.ebuild (renamed from virtual/perl-Time-Local/perl-Time-Local-1.200.0.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/virtual/perl-Time-Local/ChangeLog b/virtual/perl-Time-Local/ChangeLog index 8a1c32644b8e..ac77293b50c6 100644 --- a/virtual/perl-Time-Local/ChangeLog +++ b/virtual/perl-Time-Local/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Time-Local # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.46 2011/05/18 16:22:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.47 2011/06/18 20:20:47 tove Exp $ + +*perl-Time-Local-1.200.0-r1 (18 Jun 2011) + + 18 Jun 2011; Torsten Veller <tove@gentoo.org> + -perl-Time-Local-1.200.0.ebuild, +perl-Time-Local-1.200.0-r1.ebuild: + Add perl-5.14 as provider *perl-Time-Local-1.200.0 (18 May 2011) diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.200.0.ebuild b/virtual/perl-Time-Local/perl-Time-Local-1.200.0-r1.ebuild index 143a6d213959..c65151ceb10b 100644 --- a/virtual/perl-Time-Local/perl-Time-Local-1.200.0.ebuild +++ b/virtual/perl-Time-Local/perl-Time-Local-1.200.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.200.0.ebuild,v 1.1 2011/05/18 16:22:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.200.0-r1.ebuild,v 1.1 2011/06/18 20:20:47 tove Exp $ -DESCRIPTION="Virtual for Time-Local" +DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" -RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/Time-Local-${PV} )" +RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/${PN#perl-}-${PV} )" |