diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-19 10:46:41 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-19 10:48:26 +0300 |
commit | 27187bf71ef7c669a157a423858b6bc06454a02a (patch) | |
tree | 02966b5dbdbaf224dfd45ba724d1d3ce9bda65e6 | |
parent | dev-perl/JSON: Add ~riscv keyword wrt bug #690140 (diff) | |
download | gentoo-27187bf71ef7c669a157a423858b6bc06454a02a.tar.gz gentoo-27187bf71ef7c669a157a423858b6bc06454a02a.tar.bz2 gentoo-27187bf71ef7c669a157a423858b6bc06454a02a.zip |
dev-perl/JSON-XS: Add ~riscv keyword wrt bug #690140
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~riscv"
-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 db9cb33d7ca9..cad4253b34e5 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 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |