net-libs/libsoup: default enable USE=vala
authorMart Raudsepp <leio@gentoo.org>
Thu, 7 Mar 2019 17:10:09 +0000 (19:10 +0200)
committerMart Raudsepp <leio@gentoo.org>
Thu, 7 Mar 2019 21:13:10 +0000 (23:13 +0200)
Various GNOME packages will unconditionally need it. Default enable
it, as it just means need of a vala slot at build time. Vala itself
ships a libsoup vapi too, but it should be better to have it from
the library itself, so it matches the API the library version
actually provides.

Bug: https://bugs.gentoo.org/665578
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-libs/libsoup/libsoup-2.62.3.ebuild

index d32f74dcc10c40e9787da70846ae08e0df659662..0fd9a010737bbf6b01cf33d68b4f309af8442976 100644 (file)
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libsoup"
 LICENSE="LGPL-2+"
 SLOT="2.4"
 
-IUSE="debug gssapi +introspection samba ssl test vala"
+IUSE="debug gssapi +introspection samba ssl test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"