diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-09-27 15:31:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-09-27 15:31:51 -0500 |
commit | 5b956411192690c7c13e2c84244ef297a4137f8f (patch) | |
tree | 4c89971ab925000202d536ff6ab6b4a432b0d018 /gui-apps | |
parent | app-admin/puppet-agent: stabilize 8.2.0 for amd64 (diff) | |
download | gentoo-5b956411192690c7c13e2c84244ef297a4137f8f.tar.gz gentoo-5b956411192690c7c13e2c84244ef297a4137f8f.tar.bz2 gentoo-5b956411192690c7c13e2c84244ef297a4137f8f.zip |
gui-apps/wl-clipboard: stabilize 2.2.1 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |