Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk-layer-shell/
Date: Tue, 28 Apr 2020 19:23:51
Message-Id: 1588101801.718f65da7f7e68468c1b4b0780c70694b2812412.leio@gentoo
1 commit: 718f65da7f7e68468c1b4b0780c70694b2812412
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue Apr 28 00:57:46 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 19:23:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718f65da
7
8 gui-libs/gtk-layer-shell: arm64 keyworded (bug #716600)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild
18 index 7704b646413..9c563ef3fd2 100644
19 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild
20 +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild
21 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://github.com/wmww/${PN}"
23 else
24 SRC_URI="https://github.com/wmww/${PN}/releases/download/v${PV}/${P}.tar.xz"
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="~amd64 ~arm64 ~x86"
27 fi
28
29 DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"