diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-01 14:42:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-01 14:42:20 +0300 |
commit | f75b2cc3c52e7cde9e8f0a363340b5f16993b64e (patch) | |
tree | 0d4489c933116bf8dccbaee923d451482bfa8011 /dev-lua | |
parent | dev-lua/lua_cliargs: add ~arm keyword (bug #651516) (diff) | |
download | gentoo-f75b2cc3c52e7cde9e8f0a363340b5f16993b64e.tar.gz gentoo-f75b2cc3c52e7cde9e8f0a363340b5f16993b64e.tar.bz2 gentoo-f75b2cc3c52e7cde9e8f0a363340b5f16993b64e.zip |
dev-lua/luasystem: add ~arm keyword (bug #651516)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luasystem/luasystem-0.2.0_p0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild index 0c31ed8fe044..f4986115532b 100644 --- a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/LuaDist2/luasystem/archive/${MY_PV}.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" |