diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-17 20:22:24 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-17 20:44:13 +0200 |
commit | 6beb786f62103aecfa3ec9c7cacb0549cfa14af0 (patch) | |
tree | 374d93de1cea4ddef3b7b668ed4b96b0ddeffdcd /virtual/perl-Module-Loaded | |
parent | virtual/perl-Module-Load-Conditional: add perl-5.30 as provider (diff) | |
download | gentoo-6beb786f62103aecfa3ec9c7cacb0549cfa14af0.tar.gz gentoo-6beb786f62103aecfa3ec9c7cacb0549cfa14af0.tar.bz2 gentoo-6beb786f62103aecfa3ec9c7cacb0549cfa14af0.zip |
virtual/perl-Module-Loaded: 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-Module-Loaded')
-rw-r--r-- | virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r11.ebuild (renamed from virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r10.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r10.ebuild b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r11.ebuild index 6ce29ee0093b..3aff40290424 100644 --- a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r10.ebuild +++ b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r11.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 ppc ppc64 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" RDEPEND=" - || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |