Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/
Date: Sat, 07 Sep 2019 22:09:27
Message-Id: 1567894133.ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c.leio@gentoo
1 commit: ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 20:06:40 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 22:08:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded08ee1
7
8 gui-libs/libhandy: default enable USE=vala
9
10 gnome-contacts-3.32 will hard require it
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.12
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild
19 index 5e89a43e402..8ecc861052b 100644
20 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild
21 +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild
22 @@ -16,7 +16,7 @@ SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if
23 # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog
24 KEYWORDS="~amd64 ~arm64"
25
26 -IUSE="examples glade gtk-doc +introspection test vala"
27 +IUSE="examples glade gtk-doc +introspection test +vala"
28 REQUIRED_USE="vala? ( introspection )"
29 RESTRICT="!test? ( test )"