diff options
author | Atharva <atharvaamritkar@protonmail.com> | 2022-07-21 16:16:10 +0530 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-07-22 08:31:38 +0100 |
commit | a0fc3d95be65126a9e3d1c92a914ace74bab7e7a (patch) | |
tree | 0ebcdeab081dcc2fbf7198f9102d9bac1dfaabec /dev-lua/luaposix | |
parent | dev-lua/lua-bit32: keywording ~riscv (diff) | |
download | gentoo-a0fc3d95be65126a9e3d1c92a914ace74bab7e7a.tar.gz gentoo-a0fc3d95be65126a9e3d1c92a914ace74bab7e7a.tar.bz2 gentoo-a0fc3d95be65126a9e3d1c92a914ace74bab7e7a.zip |
dev-lua/luaposix: keywording ~riscv
Signed-off-by: Atharva <atharvaamritkar@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26507
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/luaposix-35.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luaposix/luaposix-35.1.ebuild b/dev-lua/luaposix/luaposix-35.1.ebuild index 62a49e74220c..998c454543f9 100644 --- a/dev-lua/luaposix/luaposix-35.1.ebuild +++ b/dev-lua/luaposix/luaposix-35.1.ebuild @@ -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 ~riscv ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}" |