diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-14 06:21:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-14 06:21:27 +0000 |
commit | 7d5e5bd61e149ccba287230a0f09d095638c1b69 (patch) | |
tree | a17d3a7ecbfe7fd38c5562980be12db2bb88fb2f /virtual/perl-Attribute-Handlers | |
parent | Add perl-5.12 as provider (diff) | |
download | gentoo-2-7d5e5bd61e149ccba287230a0f09d095638c1b69.tar.gz gentoo-2-7d5e5bd61e149ccba287230a0f09d095638c1b69.tar.bz2 gentoo-2-7d5e5bd61e149ccba287230a0f09d095638c1b69.zip |
Add perl-5.12 as provider
(Portage version: 2.2_rc67_p192/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Attribute-Handlers')
-rw-r--r-- | virtual/perl-Attribute-Handlers/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.87.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Attribute-Handlers/ChangeLog b/virtual/perl-Attribute-Handlers/ChangeLog index 54e447dde590..1eabbbaf5c1f 100644 --- a/virtual/perl-Attribute-Handlers/ChangeLog +++ b/virtual/perl-Attribute-Handlers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Attribute-Handlers # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.11 2010/06/27 19:17:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/ChangeLog,v 1.12 2010/07/14 06:21:27 tove Exp $ + + 14 Jul 2010; Torsten Veller <tove@gentoo.org> + perl-Attribute-Handlers-0.87.ebuild: + Add perl-5.12 as provider 27 Jun 2010; <nixnut@gentoo.org> perl-Attribute-Handlers-0.88.ebuild: ppc stable #323529 diff --git a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.87.ebuild b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.87.ebuild index 8ebf812072f1..e8079273bf89 100644 --- a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.87.ebuild +++ b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.87.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-Attribute-Handlers/perl-Attribute-Handlers-0.87.ebuild,v 1.7 2010/01/07 23:37:31 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-0.87.ebuild,v 1.8 2010/07/14 06:21:27 tove Exp $ DESCRIPTION="Virtual for Attribute-Handlers" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="~perl-core/Attribute-Handlers-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.12.1 ~perl-core/Attribute-Handlers-${PV} )" |