Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/
Date: Sun, 01 Apr 2018 11:48:05
Message-Id: 1522582867.f86b5faa396a3bb92cc570d4115e3cd9367a7360.zlogene@gentoo
1 commit: f86b5faa396a3bb92cc570d4115e3cd9367a7360
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 11:41:07 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 11:41:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86b5faa
7
8 dev-lua/lua_cliargs: add ~arm keyword (bug #651516)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild
16 index 5e6044f1a70..4d1282f5bfa 100644
17 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild
18 +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
25 IUSE=""
26
27 COMMON_DEPEND=">=dev-lang/lua-5.1:="