Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/
Date: Wed, 21 Apr 2021 20:29:57
Message-Id: 1619036974.24712626abb29fb7b0cada3eeedb82447da4794e.conikost@gentoo
1 commit: 24712626abb29fb7b0cada3eeedb82447da4794e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:16:25 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 20:29:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24712626
7
8 dev-lua/lua-bit32: add ~ppc ~ppc64 keyword
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild b/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild
17 index 21af772b061..01596fb2355 100644
18 --- a/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild
19 +++ b/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild
20 @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~sparc x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
26 IUSE="test"
27 REQUIRED_USE="${LUA_REQUIRED_USE}"
28 RESTRICT="!test? ( test )"