diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-01 19:07:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-01 19:07:22 +0300 |
commit | 8586c12f0d195b58617f41c79dd34db297b18567 (patch) | |
tree | 47e6cc826819cdaca5c506ad5a02b1ec5d550566 /gui-libs | |
parent | xfce-extra/xfce4-notifyd: Stabilize 0.8.2 arm64, #901769 (diff) | |
download | gentoo-8586c12f0d195b58617f41c79dd34db297b18567.tar.gz gentoo-8586c12f0d195b58617f41c79dd34db297b18567.tar.bz2 gentoo-8586c12f0d195b58617f41c79dd34db297b18567.zip |
gui-libs/gtk-layer-shell: Stabilize 0.8.0 arm64, #901769
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild index f2d413d66ab1..04a16745e221 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/wmww/${PN}" else SRC_URI="https://github.com/wmww/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol" |