diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-04-18 20:13:42 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-18 20:41:35 +0100 |
commit | 3cb0f990b5d5a735353faa651224caebd805f4df (patch) | |
tree | 5a486147d6affd117b80f42f73ef69711bd82385 /dev-lua/lua-argparse | |
parent | dev-lua/lanes: keyworded 3.13.0-r100 for hppa, bug #783420 (diff) | |
download | gentoo-3cb0f990b5d5a735353faa651224caebd805f4df.tar.gz gentoo-3cb0f990b5d5a735353faa651224caebd805f4df.tar.bz2 gentoo-3cb0f990b5d5a735353faa651224caebd805f4df.zip |
dev-lua/lua-argparse: keyworded 0.7.1 for hppa, bug #783420
Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lua/lua-argparse')
-rw-r--r-- | dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild index 69e3243952ba..0eb1bb05b126 100644 --- a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild +++ b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN//lua-/}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86" RDEPEND="${LUA_DEPS}" DEPEND="${RDEPEND}" |