summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-11-03 14:12:56 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-11-03 14:21:14 -0600
commit2ea245fa8d168a1b51ddbbe5754db083aa09c23f (patch)
tree6f4bf745e2cc8c3428f2e94aafde20b0fb0a0946 /gui-apps
parentgui-apps/wl-clipboard: 2.0.0 stable amd64/x86 (diff)
downloadgentoo-2ea245fa8d168a1b51ddbbe5754db083aa09c23f.tar.gz
gentoo-2ea245fa8d168a1b51ddbbe5754db083aa09c23f.tar.bz2
gentoo-2ea245fa8d168a1b51ddbbe5754db083aa09c23f.zip
gui-apps/wl-clipboard: add arm64 keyword
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild b/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
index d7fcf5337472..a49d485faf13 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-9999.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 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="GPL-3"