summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-09-18 14:12:41 +0300
committerYixun Lan <dlan@gentoo.org>2021-09-18 22:06:20 +0800
commit6b4c3612f356411216b95c43a35bfa7348f55166 (patch)
tree6cf34ff30638571b4264a344e3dd4d9f4657c431 /gui-libs
parentgui-apps/tuigreet: keyword 0.6.1 for ~riscv (diff)
downloadgentoo-6b4c3612f356411216b95c43a35bfa7348f55166.tar.gz
gentoo-6b4c3612f356411216b95c43a35bfa7348f55166.tar.bz2
gentoo-6b4c3612f356411216b95c43a35bfa7348f55166.zip
gui-libs/gtk-layer-shell: keyword 0.1.0-r1 for ~riscv
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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
index b947dbb09778..a712e403c388 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/wmww/${PN}"
else
SRC_URI="https://github.com/wmww/${PN}/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
fi
DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"