Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/
Date: Sun, 25 Aug 2019 01:10:29
Message-Id: 1566692022.d4fd001c758392b2f3b7d8f528fafa9246e2face.bman@gentoo
1 commit: d4fd001c758392b2f3b7d8f528fafa9246e2face
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 25 00:13:42 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 25 00:13:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fd001c
7
8 gui-libs/libhandy: arm64 keyworded (bug #692802)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.73, Repoman-2.3.17
12
13 gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild
17 index 06eafda4c3d..5e89a43e402 100644
18 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild
19 +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild
20 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
21 LICENSE="LGPL-2.1+"
22 SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new
23 # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog
24 -KEYWORDS="~amd64"
25 +KEYWORDS="~amd64 ~arm64"
26
27 IUSE="examples glade gtk-doc +introspection test vala"
28 REQUIRED_USE="vala? ( introspection )"