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/luaevent/
Date: Sun, 11 Oct 2020 23:27:40
Message-Id: 1602458611.0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5.conikost@gentoo
1 commit: 0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 23:23:31 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 23:23:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de1bdbd
7
8 dev-lua/luaevent: 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/luaevent/luaevent-0.4.4.ebuild | 5 ++---
18 dev-lua/luaevent/luaevent-0.4.6.ebuild | 5 ++---
19 2 files changed, 4 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-lua/luaevent/luaevent-0.4.4.ebuild b/dev-lua/luaevent/luaevent-0.4.4.ebuild
22 index fc40540709a..37fbd4df485 100644
23 --- a/dev-lua/luaevent/luaevent-0.4.4.ebuild
24 +++ b/dev-lua/luaevent/luaevent-0.4.4.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="5"
31 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar.
32
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 -KEYWORDS="amd64 ~arm x86"
36 -IUSE=""
37 +KEYWORDS="amd64 ~arm ~arm64 x86"
38
39 RDEPEND="dev-lang/lua:0
40 dev-libs/libevent:0="
41
42 diff --git a/dev-lua/luaevent/luaevent-0.4.6.ebuild b/dev-lua/luaevent/luaevent-0.4.6.ebuild
43 index e814d6b25c5..ad3ee225f79 100644
44 --- a/dev-lua/luaevent/luaevent-0.4.6.ebuild
45 +++ b/dev-lua/luaevent/luaevent-0.4.6.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI="7"
52 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar.
53
54 LICENSE="LGPL-2.1"
55 SLOT="0"
56 -KEYWORDS="~amd64 ~arm ~x86"
57 -IUSE=""
58 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
59
60 RDEPEND="dev-lang/lua:0
61 dev-libs/libevent:0="