diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:10 +0000 |
commit | f217e235dabd40ae5121fe7c25e0431a95a1ee77 (patch) | |
tree | 1d7a7050f07d89e9a5e104078906d1761aabaeda /dev-lua/dkjson | |
parent | dev-lua/busted: Stabilize 2.0.0-r101 amd64, #766528 (diff) | |
download | gentoo-f217e235dabd40ae5121fe7c25e0431a95a1ee77.tar.gz gentoo-f217e235dabd40ae5121fe7c25e0431a95a1ee77.tar.bz2 gentoo-f217e235dabd40ae5121fe7c25e0431a95a1ee77.zip |
dev-lua/dkjson: Stabilize 2.5-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/dkjson')
-rw-r--r-- | dev-lua/dkjson/dkjson-2.5-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/dkjson/dkjson-2.5-r100.ebuild b/dev-lua/dkjson/dkjson-2.5-r100.ebuild index 6c81b1358241..83ed1675e745 100644 --- a/dev-lua/dkjson/dkjson-2.5-r100.ebuild +++ b/dev-lua/dkjson/dkjson-2.5-r100.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=7 @@ -13,7 +13,7 @@ SRC_URI="http://dkolf.de/src/dkjson-lua.fsl/tarball/${P}.tar.gz?uuid=release_2_5 LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |