commit: 440009185533f085cd2fbd19848979908c8b43f8
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 23:24:00 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 00:08:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44000918
dev-lang/jsonnet: add ~ppc64 keyword
examples/check.sh: All 21 tests executed correctly.
examples/terraform/check.sh: All 4 tests executed correctly.
test_cmd/run_cmd_tests.sh: All 75 test scripts pass.
test_suite/run_tests.sh: All 144 test scripts pass.
test_suite/run_fmt_tests.sh: All 156 test scripts pass.
test_suite/run_fmt_idempotence_tests.sh: All 312 test scripts pass.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-lang/jsonnet/jsonnet-0.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
index 6de0f83af2c..3be0f1ac337 100644
--- a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild
@@ -15,7 +15,7 @@ IUSE="custom-optimization python"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
DEPEND="
python? ( ${PYTHON_DEPS} )
"