Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/
Date: Wed, 20 Oct 2021 00:22:04
Message-Id: 1634689187.06ca31f11d5df6b78f453dd5f4b28b15d5578d72.sam@gentoo
1 commit: 06ca31f11d5df6b78f453dd5f4b28b15d5578d72
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 00:19:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 00:19:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ca31f1
7
8 dev-lua/penlight: Stabilize 1.11.0 ALLARCHES, #818934
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lua/penlight/penlight-1.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lua/penlight/penlight-1.11.0.ebuild b/dev-lua/penlight/penlight-1.11.0.ebuild
16 index 8816ee133e1..ce818e4ccc2 100644
17 --- a/dev-lua/penlight/penlight-1.11.0.ebuild
18 +++ b/dev-lua/penlight/penlight-1.11.0.ebuild
19 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
25 IUSE="test"
26 REQUIRED_USE="${LUA_REQUIRED_USE}"
27 RESTRICT="!test? ( test )"