Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/
Date: Thu, 14 Mar 2019 10:48:03
Message-Id: 1552560231.2e0edba77a478650ed779b58e28fdcd8a0e986fb.leio@gentoo
1 commit: 2e0edba77a478650ed779b58e28fdcd8a0e986fb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 10:43:51 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 10:43:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0edba7
7
8 app-crypt/libsecret: default enable USE=vala
9
10 Various GNOME packages will unconditionally need it (seahorse
11 in main tree already does). Default enable it, as it just means
12 need of a vala slot at build time.
13
14 Bug: https://bugs.gentoo.org/665578
15 Bug: https://bugs.gentoo.org/680308
16 Package-Manager: Portage-2.3.52, Repoman-2.3.12
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 app-crypt/libsecret/libsecret-0.18.8.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/app-crypt/libsecret/libsecret-0.18.8.ebuild b/app-crypt/libsecret/libsecret-0.18.8.ebuild
23 index b9c94f568b4..18bfb758ce2 100644
24 --- a/app-crypt/libsecret/libsecret-0.18.8.ebuild
25 +++ b/app-crypt/libsecret/libsecret-0.18.8.ebuild
26 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret"
27 LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
28 SLOT="0"
29
30 -IUSE="+crypt +introspection test vala"
31 +IUSE="+crypt +introspection test +vala"
32 # Tests fail with USE=-introspection, https://bugs.gentoo.org/655482
33 REQUIRED_USE="test? ( introspection )
34 vala? ( introspection )"