Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/
Date: Sat, 07 Sep 2019 23:18:25
Message-Id: 1567898004.7caa89c3a9256c60a4357019ea29e5e2ad50ca4d.whissi@gentoo
1 commit: 7caa89c3a9256c60a4357019ea29e5e2ad50ca4d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 23:13:24 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 23:13:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7caa89c3
7
8 gui-libs/libhandy: x86 keyworded (bug #692802)
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
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 8ecc861052b..28172d85637 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 ~arm64"
25 +KEYWORDS="~amd64 ~arm64 ~x86"
26
27 IUSE="examples glade gtk-doc +introspection test +vala"
28 REQUIRED_USE="vala? ( introspection )"