diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-17 22:04:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-17 22:08:50 +0200 |
commit | 9e53eb42b520b1013aa29f40957d182aba07d72c (patch) | |
tree | b626a2817ee3b0df08c182a51ded1ddfc1029d55 /virtual/perl-threads | |
parent | virtual/perl-podlators: add perl-5.30 version (diff) | |
download | gentoo-9e53eb42b520b1013aa29f40957d182aba07d72c.tar.gz gentoo-9e53eb42b520b1013aa29f40957d182aba07d72c.tar.bz2 gentoo-9e53eb42b520b1013aa29f40957d182aba07d72c.zip |
virtual/perl-threads: 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-threads')
-rw-r--r-- | virtual/perl-threads/perl-threads-2.220.0-r1.ebuild (renamed from virtual/perl-threads/perl-threads-2.220.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/perl-threads/perl-threads-2.220.0.ebuild b/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild index b3f3a799ea8a..4ef28831cc5c 100644 --- a/virtual/perl-threads/perl-threads-2.220.0.ebuild +++ b/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin" RDEPEND=" - || ( =dev-lang/perl-5.28*[ithreads] ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.30*[ithreads] =dev-lang/perl-5.28*[ithreads] ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |