diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-17 23:30:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-17 23:30:04 +0300 |
commit | 702628422ed5de896bf559ecfbb6a4672626d4da (patch) | |
tree | d4cd7a4cc10e55d616582490ac84c4ef318fd583 /dev-perl/JSON-XS | |
parent | dev-perl/JSON-MaybeXS: Add ~m68k keyword wrt bug #665088 (diff) | |
download | gentoo-702628422ed5de896bf559ecfbb6a4672626d4da.tar.gz gentoo-702628422ed5de896bf559ecfbb6a4672626d4da.tar.bz2 gentoo-702628422ed5de896bf559ecfbb6a4672626d4da.zip |
dev-perl/JSON-XS: Add ~m68k keyword wrt bug #665088
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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 ec0d1da73184..7cbe7ecd20e3 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 ~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 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=" |