Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/
Date: Mon, 12 Oct 2020 07:02:05
Message-Id: 1602486117.dcb6f2f7d3c82f824cf138792a91e136cb6d0fbd.ago@gentoo
1 commit: dcb6f2f7d3c82f824cf138792a91e136cb6d0fbd
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 07:01:57 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 07:01:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb6f2f7
7
8 dev-lua/lua-zlib: x86 stable wrt bug #747922
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lua/lua-zlib/lua-zlib-1.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild
18 index 03e5290a19e..a3755a86939 100644
19 --- a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild
20 +++ b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~amd64 arm ~arm64 ~x86"
26 +KEYWORDS="~amd64 arm ~arm64 x86"
27
28 RDEPEND="dev-lang/lua:0
29 sys-libs/zlib"