diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:32:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:56:21 +0000 |
commit | ba34435f0ba80263f6c9943bef3e94500656fe7a (patch) | |
tree | 56716cdb35ef68eae7ad1d3bf984e0402c3539dd /dev-perl/JSON-XS | |
parent | dev-perl/JSON-MaybeXS: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ba34435f0ba80263f6c9943bef3e94500656fe7a.tar.gz gentoo-ba34435f0ba80263f6c9943bef3e94500656fe7a.tar.bz2 gentoo-ba34435f0ba80263f6c9943bef3e94500656fe7a.zip |
dev-perl/JSON-XS: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/JSON-XS')
-rw-r--r-- | dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild b/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild index 9c3d171355fc..18a9c984eb9c 100644 --- a/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild +++ b/dev-perl/JSON-XS/JSON-XS-3.40.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |