Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk-layer-shell/
Date: Sat, 18 Sep 2021 14:42:47
Message-Id: 1631973980.6b4c3612f356411216b95c43a35bfa7348f55166.dlan@gentoo
1 commit: 6b4c3612f356411216b95c43a35bfa7348f55166
2 Author: Stijn Tintel <stijn <AT> linux-ipv6 <DOT> be>
3 AuthorDate: Sat Sep 18 11:12:41 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 14:06:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4c3612
7
8 gui-libs/gtk-layer-shell: keyword 0.1.0-r1 for ~riscv
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Stijn Tintel <stijn <AT> linux-ipv6.be>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
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 b947dbb0977..a712e403c38 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 @@ -1,4 +1,4 @@
22 -# Copyright 2020 Gentoo Authors
23 +# Copyright 2020-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
28 EGIT_REPO_URI="https://github.com/wmww/${PN}"
29 else
30 SRC_URI="https://github.com/wmww/${PN}/releases/download/v${PV}/${P}.tar.xz"
31 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
32 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
33 fi
34
35 DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"