diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-07-21 16:50:17 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-07-21 17:02:43 +0200 |
commit | ce2c18e93250fe04debd9eee5d066e8d0cce1bd3 (patch) | |
tree | 634b7c330f8f7e3ee03a1fd8b79aa054ec625cec /dev-lua/dkjson | |
parent | app-misc/kryoflux-dtc: drop 3.00 (diff) | |
download | gentoo-ce2c18e93250fe04debd9eee5d066e8d0cce1bd3.tar.gz gentoo-ce2c18e93250fe04debd9eee5d066e8d0cce1bd3.tar.bz2 gentoo-ce2c18e93250fe04debd9eee5d066e8d0cce1bd3.zip |
dev-lua/dkjson: stable all-arches
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/dkjson')
-rw-r--r-- | dev-lua/dkjson/dkjson-2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/dkjson/dkjson-2.8.ebuild b/dev-lua/dkjson/dkjson-2.8.ebuild index a1c66a6fb269..75f1f2875c76 100644 --- a/dev-lua/dkjson/dkjson-2.8.ebuild +++ b/dev-lua/dkjson/dkjson-2.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://dkolf.de/dkjson-lua/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |