diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 21:34:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 21:34:46 +0000 |
commit | 189a84c13244d846b0bdc69d0950874137fa81fc (patch) | |
tree | 0bdbf273c59db6505820fdd5dc59c7ee967e8957 /dev-perl/JSON-Parse | |
parent | dev-ml/seq: Keyword 0.2 arm, #769728 (diff) | |
download | gentoo-189a84c13244d846b0bdc69d0950874137fa81fc.tar.gz gentoo-189a84c13244d846b0bdc69d0950874137fa81fc.tar.bz2 gentoo-189a84c13244d846b0bdc69d0950874137fa81fc.zip |
dev-perl/JSON-Parse: Keyword 0.550.0 ppc64, #768423
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/JSON-Parse')
-rw-r--r-- | dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 d18372de95ac..c350c07ce46e 100644 --- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild +++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Read JSON into a Perl Variable" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |