diff options
author | Sam James <sam@gentoo.org> | 2021-06-08 04:02:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 04:02:41 +0000 |
commit | d8b310d90a2b1a8b53ccc55de936ce0dfddf459a (patch) | |
tree | d59a80158e47891f2f14bf1a1e73f5eaeaf0ec2a /dev-perl | |
parent | sys-auth/ssh-ldap-pubkey: Stabilize 1.3.3 x86, #793923 (diff) | |
download | gentoo-d8b310d90a2b1a8b53ccc55de936ce0dfddf459a.tar.gz gentoo-d8b310d90a2b1a8b53ccc55de936ce0dfddf459a.tar.bz2 gentoo-d8b310d90a2b1a8b53ccc55de936ce0dfddf459a.zip |
dev-perl/JSON-Parse: Stabilize 0.550.0 amd64, #793944
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild index 9b1de03f9d22..ffaaa2acff0d 100644 --- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild +++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Read JSON into a Perl Variable" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |