diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-06-26 16:02:11 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-06-26 16:03:11 +0200 |
commit | 2f303b4f5c75813577c9e412f77cc9a0ad911677 (patch) | |
tree | d73de038dcf054b478326b9aa752b957258faa85 /dev-perl/JSON | |
parent | dev-perl/Hash-MultiValue-0.160.0-r0: alpha stable (diff) | |
download | gentoo-2f303b4f5c75813577c9e412f77cc9a0ad911677.tar.gz gentoo-2f303b4f5c75813577c9e412f77cc9a0ad911677.tar.bz2 gentoo-2f303b4f5c75813577c9e412f77cc9a0ad911677.zip |
dev-perl/JSON-2.940.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657690
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/JSON-2.940.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/JSON/JSON-2.940.0.ebuild b/dev-perl/JSON/JSON-2.940.0.ebuild index 63a9a17790bb..5680660f8591 100644 --- a/dev-perl/JSON/JSON-2.940.0.ebuild +++ b/dev-perl/JSON/JSON-2.940.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test +xs" RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )" |