From 28677aff948e8a2bef00b4390a426d8d4c41481d Mon Sep 17 00:00:00 2001 From: Matoro Mahri Date: Thu, 21 Dec 2023 10:31:27 -0500 Subject: [PATCH] gui-libs/gtk-layer-shell: Keyword 0.8.1 alpha, #890340 Signed-off-by: Matoro Mahri Signed-off-by: Ionen Wolkens --- gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild index d7809d305def8..472cc6d2c33f5 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"