diff options
author | John Helmert III <ajak@gentoo.org> | 2021-04-11 17:42:38 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-04-11 17:42:38 -0500 |
commit | cd421fb8a56a345ff34542c0b32e2f1b40f2f142 (patch) | |
tree | aa39a5e29c410a9fcc31b6866d22041c2f010df0 /gui-apps | |
parent | dev-util/cutter: bump to 2.0.1 (diff) | |
download | gentoo-cd421fb8a56a345ff34542c0b32e2f1b40f2f142.tar.gz gentoo-cd421fb8a56a345ff34542c0b32e2f1b40f2f142.tar.bz2 gentoo-cd421fb8a56a345ff34542c0b32e2f1b40f2f142.zip |
gui-apps/wl-clipboard: keyword ~arm (bug 779739)
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild index 9fc625ddde71..d73f0f2bcd05 100644 --- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild +++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.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 ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="GPL-3" |