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-zlib/
Date: Sun, 11 Oct 2020 23:27:40
Message-Id: 1602458836.ef31f3ed83179749f48f32df27a57dbe14691b26.conikost@gentoo
1 commit: ef31f3ed83179749f48f32df27a57dbe14691b26
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 23:27:16 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 23:27:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef31f3ed
7
8 dev-lua/lua-zlib: add ~arm64 keyword
9
10 Tested on packet-at.
11 All tests passed.
12
13 Bug: https://bugs.gentoo.org/747907
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 5 ++---
18 dev-lua/lua-zlib/lua-zlib-1.2.ebuild | 2 +-
19 2 files changed, 3 insertions(+), 4 deletions(-)
20
21 diff --git a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
22 index b51a835e97d..d64c4c3e799 100644
23 --- a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
24 +++ b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
32
33 LICENSE="MIT"
34 SLOT="0"
35 -KEYWORDS="amd64 arm x86"
36 -IUSE=""
37 +KEYWORDS="amd64 arm ~arm64 x86"
38
39 RDEPEND="dev-lang/lua:0
40 sys-libs/zlib"
41
42 diff --git a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild
43 index 243df12a0a0..7a46c1ab994 100644
44 --- a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild
45 +++ b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild
46 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
47
48 LICENSE="MIT"
49 SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~x86"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
52
53 RDEPEND="dev-lang/lua:0
54 sys-libs/zlib"