Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/
Date: Sun, 03 Nov 2019 20:21:30
Message-Id: 1572812474.2ea245fa8d168a1b51ddbbe5754db083aa09c23f.prometheanfire@gentoo
1 commit: 2ea245fa8d168a1b51ddbbe5754db083aa09c23f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 20:12:56 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 20:21:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea245fa
7
8 gui-apps/wl-clipboard: add arm64 keyword
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-apps/wl-clipboard/wl-clipboard-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild b/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
17 index d7fcf533747..a49d485faf1 100644
18 --- a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
19 +++ b/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
21 EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
22 else
23 SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 ~arm64 ~x86"
26 fi
27
28 LICENSE="GPL-3"