diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-03-06 16:04:47 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-06 15:13:44 +0000 |
commit | 004eae87e93dc34c3391b7086084fd0f3745c981 (patch) | |
tree | dba1d74248d123da1c3e3b76940571fc96729056 /dev-lua/luaposix | |
parent | dev-lang/python-exec-conf: stable 2.4.6 for hppa, bug #768561 (diff) | |
download | gentoo-004eae87e93dc34c3391b7086084fd0f3745c981.tar.gz gentoo-004eae87e93dc34c3391b7086084fd0f3745c981.tar.bz2 gentoo-004eae87e93dc34c3391b7086084fd0f3745c981.zip |
dev-lua/luaposix: keyworded 35.0-r101 for sparc, bug #773313
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/luaposix-35.0-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luaposix/luaposix-35.0-r101.ebuild b/dev-lua/luaposix/luaposix-35.0-r101.ebuild index 3e7b5157e6ee..03e1676c00c5 100644 --- a/dev-lua/luaposix/luaposix-35.0-r101.ebuild +++ b/dev-lua/luaposix/luaposix-35.0-r101.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 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}" |