Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/luakit/
Date: Mon, 27 Dec 2021 17:37:56
Message-Id: 1640626659.3542c9c825babdbf7710124caa91eef216793c43.arthurzam@gentoo
1 commit: 3542c9c825babdbf7710124caa91eef216793c43
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 27 17:37:39 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 27 17:37:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3542c9c8
7
8 www-client/luakit: Keyword 2.3 arm64, #829784
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 www-client/luakit/luakit-2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/luakit/luakit-2.3.ebuild b/www-client/luakit/luakit-2.3.ebuild
16 index 4898eed6a661..0956e99f0f2e 100644
17 --- a/www-client/luakit/luakit-2.3.ebuild
18 +++ b/www-client/luakit/luakit-2.3.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/luakit/luakit.git"
21 else
22 SRC_URI="https://github.com/luakit/luakit/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64"
24 + KEYWORDS="~amd64 ~arm64"
25 fi
26
27 LICENSE="GPL-3+"