diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-12 11:56:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-12 12:22:45 +0200 |
commit | 4e83b3b598ff9354ca1ec637582487b1278fa6a2 (patch) | |
tree | faa1f3af70933e0c6bd36555fe610e948f9ef016 /virtual/perl-Attribute-Handlers | |
parent | virtual/perl-Archive-Tar: Add perl-5.30 version (diff) | |
download | gentoo-4e83b3b598ff9354ca1ec637582487b1278fa6a2.tar.gz gentoo-4e83b3b598ff9354ca1ec637582487b1278fa6a2.tar.bz2 gentoo-4e83b3b598ff9354ca1ec637582487b1278fa6a2.zip |
virtual/perl-Attribute-Handlers: add perl-5.30 as provider
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Attribute-Handlers')
-rw-r--r-- | virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r1.ebuild (renamed from virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0.ebuild b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r1.ebuild index a7a17628f931..a19631a57530 100644 --- a/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0.ebuild +++ b/virtual/perl-Attribute-Handlers/perl-Attribute-Handlers-1.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND=" - || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |