From: Aaron Bauman Date: Wed, 10 Apr 2019 05:02:40 +0000 (-0400) Subject: gui-apps/wl-clipboard: arm64 keyworded (bug #682992) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=837c91e63339bf27e257a89a82fa7d1918457c77;p=gentoo.git gui-apps/wl-clipboard: arm64 keyworded (bug #682992) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild index 83f3a8a823cb..9537f26fd38e 100644 --- a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild +++ b/gui-apps/wl-clipboard/wl-clipboard-1.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 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="GPL-3"