diff options
author | Sam James <sam@gentoo.org> | 2021-02-03 02:51:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-03 02:53:28 +0000 |
commit | 6e8ccb9917881a60b57c8f37bb52b7a08694452c (patch) | |
tree | 862bcacab485b5b3c551570e16cc8c1e4effc978 /virtual | |
parent | virtual/pmake: fix VirtualKeywordsUpdate (diff) | |
download | gentoo-6e8ccb9917881a60b57c8f37bb52b7a08694452c.tar.gz gentoo-6e8ccb9917881a60b57c8f37bb52b7a08694452c.tar.bz2 gentoo-6e8ccb9917881a60b57c8f37bb52b7a08694452c.zip |
virtual/perl-threads-shared: fix VirtualKeywordsUpdate
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-threads-shared/perl-threads-shared-1.610.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild b/virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild index 8ea9fe6e2e58..7b574d4deee6 100644 --- a/virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild +++ b/virtual/perl-threads-shared/perl-threads-shared-1.600.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=6 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* ~perl-core/${PN#perl-}-${PV} ) diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.610.0.ebuild b/virtual/perl-threads-shared/perl-threads-shared-1.610.0.ebuild index 457d211d9480..9800551b93cb 100644 --- a/virtual/perl-threads-shared/perl-threads-shared-1.610.0.ebuild +++ b/virtual/perl-threads-shared/perl-threads-shared-1.610.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* ~perl-core/${PN#perl-}-${PV} ) |