diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-08-06 23:06:03 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-08-06 23:21:49 +0300 |
commit | 6ba2f3ce2b71116c3a2ddf9313c7cc51aa9174ea (patch) | |
tree | 3842acaeb6b8c2fad5a0a2f30947ac48bb98175a /virtual/perl-Module-Loaded | |
parent | virtual/perl-Module-Load-Conditional: Add Perl 5.32 version (diff) | |
download | gentoo-6ba2f3ce2b71116c3a2ddf9313c7cc51aa9174ea.tar.gz gentoo-6ba2f3ce2b71116c3a2ddf9313c7cc51aa9174ea.tar.bz2 gentoo-6ba2f3ce2b71116c3a2ddf9313c7cc51aa9174ea.zip |
virtual/perl-Module-Loaded: Add Perl 5.32 as provider
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Module-Loaded')
-rw-r--r-- | virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r13.ebuild (renamed from virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r12.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r12.ebuild b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r13.ebuild index 7d2dd2ecec46..c0133a05e316 100644 --- a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r12.ebuild +++ b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r13.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" RDEPEND=" - || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |