app-crypt/gcr: default enable USE=vala
authorMart Raudsepp <leio@gentoo.org>
Tue, 26 Mar 2019 22:03:48 +0000 (00:03 +0200)
committerMart Raudsepp <leio@gentoo.org>
Tue, 26 Mar 2019 22:03:48 +0000 (00:03 +0200)
Various GNOME packages unconditionally need it (e.g. seahorse
for a long time). Default enable it, as it just means need of
a vala slot at build time. For GNOME profiles this was done
via profile-specific package.use before.

Bug: https://bugs.gentoo.org/665578
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
app-crypt/gcr/gcr-3.28.1.ebuild

index 74a0d4fdb65087831b6b2ba8c56257f201dc4b13..1dd1ec804c671d19b438d1d01556c87e2b3bd4cb 100644 (file)
@@ -13,7 +13,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gcr"
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0/1" # subslot = suffix of libgcr-3
 
-IUSE="debug gtk +introspection vala"
+IUSE="debug gtk +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"