diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-24 18:33:07 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-24 18:33:14 +0100 |
commit | 6b1f3202df41dd050917373ee8912a5777ed3851 (patch) | |
tree | 261b783f6a1ae034482ed59309396e2214218265 /dev-lua/luaposix | |
parent | dev-python/isort: keyworded 5.9.1 for ppc64 (diff) | |
download | gentoo-6b1f3202df41dd050917373ee8912a5777ed3851.tar.gz gentoo-6b1f3202df41dd050917373ee8912a5777ed3851.tar.bz2 gentoo-6b1f3202df41dd050917373ee8912a5777ed3851.zip |
dev-lua/luaposix: keyworded 35.0-r102 for ppc64
keyworded wrt bug #773313
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/luaposix-35.0-r102.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luaposix/luaposix-35.0-r102.ebuild b/dev-lua/luaposix/luaposix-35.0-r102.ebuild index d325fc5b683c..fa895e20763b 100644 --- a/dev-lua/luaposix/luaposix-35.0-r102.ebuild +++ b/dev-lua/luaposix/luaposix-35.0-r102.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luapo SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~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}" |