From: Matthew Thode Date: Sun, 3 Nov 2019 20:12:56 +0000 (-0600) Subject: gui-apps/wl-clipboard: add arm64 keyword X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ea245fa8d168a1b51ddbbe5754db083aa09c23f;p=gentoo.git gui-apps/wl-clipboard: add arm64 keyword Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode --- 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"