summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-14 12:43:51 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-14 12:43:51 +0200
commit2e0edba77a478650ed779b58e28fdcd8a0e986fb (patch)
treead30d6c42a1c421f3586b90ff6ea35b9bd9be480
parentgnome-base/gnome-settings-daemon: fix python-any setup (diff)
downloadgentoo-2e0edba7.tar.gz
gentoo-2e0edba7.tar.bz2
gentoo-2e0edba7.zip
app-crypt/libsecret: default enable USE=vala
Various GNOME packages will unconditionally need it (seahorse in main tree already does). Default enable it, as it just means need of a vala slot at build time. Bug: https://bugs.gentoo.org/665578 Bug: https://bugs.gentoo.org/680308 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--app-crypt/libsecret/libsecret-0.18.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libsecret/libsecret-0.18.8.ebuild b/app-crypt/libsecret/libsecret-0.18.8.ebuild
index b9c94f568b4a..18bfb758ce25 100644
--- a/app-crypt/libsecret/libsecret-0.18.8.ebuild
+++ b/app-crypt/libsecret/libsecret-0.18.8.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret"
LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
SLOT="0"
-IUSE="+crypt +introspection test vala"
+IUSE="+crypt +introspection test +vala"
# Tests fail with USE=-introspection, https://bugs.gentoo.org/655482
REQUIRED_USE="test? ( introspection )
vala? ( introspection )"