diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 17:10:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 17:10:16 +0100 |
commit | ca0f81797d3bc62c9df0bb9c6dea6524cc9ff86b (patch) | |
tree | 1be5bda1d0d6408f346f6bb7017400b3907c6241 /dev-lua/luaposix | |
parent | app-text/cherrytree: add 0.99.47 (diff) | |
download | gentoo-ca0f81797d3bc62c9df0bb9c6dea6524cc9ff86b.tar.gz gentoo-ca0f81797d3bc62c9df0bb9c6dea6524cc9ff86b.tar.bz2 gentoo-ca0f81797d3bc62c9df0bb9c6dea6524cc9ff86b.zip |
dev-lua/luaposix: Stabilize 35.1 amd64, #838967
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/luaposix-35.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luaposix/luaposix-35.1.ebuild b/dev-lua/luaposix/luaposix-35.1.ebuild index 656a22c8df1d..983c6bfccb97 100644 --- a/dev-lua/luaposix/luaposix-35.1.ebuild +++ b/dev-lua/luaposix/luaposix-35.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}" |