Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luv/
Date: Mon, 04 Nov 2019 03:56:21
Message-Id: 1572839734.6cc69169c28f37e7a706d7e875a78636630f8cd0.juippis@gentoo
1 commit: 6cc69169c28f37e7a706d7e875a78636630f8cd0
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 03:55:34 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 03:55:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc69169
7
8 dev-lua/luv: add ~arm64 for 1.32.0
9
10 Tested-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/695024
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-lua/luv/luv-1.32.0.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lua/luv/luv-1.32.0.0.ebuild b/dev-lua/luv/luv-1.32.0.0.ebuild
19 index b684cb17f6b..5333e5fd0ac 100644
20 --- a/dev-lua/luv/luv-1.32.0.0.ebuild
21 +++ b/dev-lua/luv/luv-1.32.0.0.ebuild
22 @@ -20,7 +20,7 @@ SRC_URI="
23
24 LICENSE="Apache-2.0 MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 IUSE="luajit test"
29 RESTRICT="!test? ( test )"