diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-24 16:24:00 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-24 17:08:37 -0700 |
commit | 440009185533f085cd2fbd19848979908c8b43f8 (patch) | |
tree | 3ed416e7c18fd44e1dca2fb4b403c9dee8d0d4b8 /dev-lang/jsonnet | |
parent | app-benchmarks/stress-ng: drop old version (diff) | |
download | gentoo-440009185533f085cd2fbd19848979908c8b43f8.tar.gz gentoo-440009185533f085cd2fbd19848979908c8b43f8.tar.bz2 gentoo-440009185533f085cd2fbd19848979908c8b43f8.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang/jsonnet')
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild index 6de0f83af2cb..3be0f1ac337a 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} ) " |