diff options
author | Sam James <sam@gentoo.org> | 2021-02-03 02:49:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-03 02:53:27 +0000 |
commit | f66aed2546d0cf4dc55ee08b75e4c47e23e65dfb (patch) | |
tree | 2419e40be14267e6daa517fa501abce172ca8386 /virtual/perl-threads | |
parent | virtual/perl-autodie: fix VirtualKeywordsUpdate (~riscv) (diff) | |
download | gentoo-f66aed2546d0cf4dc55ee08b75e4c47e23e65dfb.tar.gz gentoo-f66aed2546d0cf4dc55ee08b75e4c47e23e65dfb.tar.bz2 gentoo-f66aed2546d0cf4dc55ee08b75e4c47e23e65dfb.zip |
virtual/perl-threads: fix VirtualKeywordsUpdate
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/perl-threads')
-rw-r--r-- | virtual/perl-threads/perl-threads-2.220.0-r2.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-2.250.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild b/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild index 17f8ae3f6fae..6a588a9ca3b5 100644 --- a/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild +++ b/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 ~x64-cygwin" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" || ( =dev-lang/perl-5.30*[ithreads] ~perl-core/${PN#perl-}-${PV} ) diff --git a/virtual/perl-threads/perl-threads-2.250.0.ebuild b/virtual/perl-threads/perl-threads-2.250.0.ebuild index df0060e1fed3..083bae4131cb 100644 --- a/virtual/perl-threads/perl-threads-2.250.0.ebuild +++ b/virtual/perl-threads/perl-threads-2.250.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" || ( =dev-lang/perl-5.32*[ithreads] ~perl-core/${PN#perl-}-${PV} ) |