media-libs/gexiv2: default enable USE=vala
authorMart Raudsepp <leio@gentoo.org>
Sun, 17 Mar 2019 09:02:55 +0000 (11:02 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 17 Mar 2019 09:10:44 +0000 (11:10 +0200)
Various GNOME packages will unconditionally need it (shotwell
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/676644
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild

index 5474bf14e18390edc6cb41484cfac6cb3f8fba01..b7fa5ece19cbd0d95220b1a0d1fec4cbda02ad2b 100644 (file)
@@ -20,7 +20,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="gtk-doc +introspection python static-libs test vala"
+IUSE="gtk-doc +introspection python static-libs test +vala"
 
 REQUIRED_USE="
        python? ( introspection ${PYTHON_REQUIRED_USE} )