From: Mart Raudsepp Date: Sun, 17 Mar 2019 09:02:55 +0000 (+0200) Subject: media-libs/gexiv2: default enable USE=vala X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=16017e2ca6518bcb5436210b31d2ddafe6a8cf46;p=gentoo.git media-libs/gexiv2: default enable USE=vala 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 --- diff --git a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild index 5474bf14e183..b7fa5ece19cb 100644 --- a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild @@ -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} )