diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-03 14:12:56 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-03 14:21:14 -0600 |
commit | 2ea245fa8d168a1b51ddbbe5754db083aa09c23f (patch) | |
tree | 6f4bf745e2cc8c3428f2e94aafde20b0fb0a0946 /gui-apps | |
parent | gui-apps/wl-clipboard: 2.0.0 stable amd64/x86 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |