diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-03 14:12:17 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-03 14:21:13 -0600 |
commit | f930ae790b039726f287a9abeb699e5d82c07e21 (patch) | |
tree | 86ec383627328f5675a3e1594ed94acd8b9e6f01 /gui-apps | |
parent | net-im/mattermost-desktop-bin: 4.3.1 bump (diff) | |
download | gentoo-f930ae790b039726f287a9abeb699e5d82c07e21.tar.gz gentoo-f930ae790b039726f287a9abeb699e5d82c07e21.tar.bz2 gentoo-f930ae790b039726f287a9abeb699e5d82c07e21.zip |
gui-apps/wl-clipboard: 2.0.0 stable amd64/x86
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-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 d7fcf5337472..0637e5ff3bb9 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 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-3" |