diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:18 +0000 |
commit | f153caea5c08c0893c6700791aca8cee926b2aa2 (patch) | |
tree | 61d07b67905d7252e08fb163e3f39fd4995a21c8 /dev-lua/luajson | |
parent | dev-lua/luafilesystem: Stabilize 1.8.0-r101 amd64, #766528 (diff) | |
download | gentoo-f153caea5c08c0893c6700791aca8cee926b2aa2.tar.gz gentoo-f153caea5c08c0893c6700791aca8cee926b2aa2.tar.bz2 gentoo-f153caea5c08c0893c6700791aca8cee926b2aa2.zip |
dev-lua/luajson: Stabilize 1.3.4-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/luajson')
-rw-r--r-- | dev-lua/luajson/luajson-1.3.4-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luajson/luajson-1.3.4-r100.ebuild b/dev-lua/luajson/luajson-1.3.4-r100.ebuild index f06cd069d628..0f377dd50fb7 100644 --- a/dev-lua/luajson/luajson-1.3.4-r100.ebuild +++ b/dev-lua/luajson/luajson-1.3.4-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="https://github.com/harningt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" REQUIRED_USE="${LUA_REQUIRED_USE}" |