Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/
Date: Mon, 04 Feb 2019 20:17:03
Message-Id: 1549311146.704f2c727a98d0f2f5d099311c90e1fb47e03208.maekke@gentoo
1 commit: 704f2c727a98d0f2f5d099311c90e1fb47e03208
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 20:12:26 2019 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 20:12:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704f2c72
7
8 dev-lua/lua-zlib: arm stable, bug #622680
9
10 Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="arm"
13
14 dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
18 index f036e0a8aea..b51a835e97d 100644
19 --- a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
20 +++ b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
28
29 LICENSE="MIT"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm x86"
32 +KEYWORDS="amd64 arm x86"
33 IUSE=""
34
35 RDEPEND="dev-lang/lua:0