commit: 5b956411192690c7c13e2c84244ef297a4137f8f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 20:31:35 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 20:31:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b956411
gui-apps/wl-clipboard: stabilize 2.2.1 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
index 8ba35b1a9cb6..a1db46bbf012 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
else
SRC_URI="https://github.com/bugaevc/${PN}/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="GPL-3"