diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-08-24 09:31:43 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-08-24 09:34:06 -0500 |
commit | b5c1fedd2456a8d496f5c8ee89e907e05692870b (patch) | |
tree | a3ff59943ea98c5636f24a836433c093cc0e2113 | |
parent | dev-python/pytest-env: Fix the test suite w/ other plugins (diff) | |
download | gentoo-b5c1fedd2456a8d496f5c8ee89e907e05692870b.tar.gz gentoo-b5c1fedd2456a8d496f5c8ee89e907e05692870b.tar.bz2 gentoo-b5c1fedd2456a8d496f5c8ee89e907e05692870b.zip |
gui-apps/wl-clipboard: stabilize 2.2.0 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild index 7e7fdd6a0b37..54bf286c9610 100644 --- a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild +++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.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/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" |