diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-17 11:02:55 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-17 11:10:44 +0200 |
commit | 16017e2ca6518bcb5436210b31d2ddafe6a8cf46 (patch) | |
tree | 2330a26baa06ab0947405183c72cc4fb34ee6158 /media-libs/gexiv2 | |
parent | media-gfx/shotwell: remove old masked development versions (diff) | |
download | gentoo-16017e2ca6518bcb5436210b31d2ddafe6a8cf46.tar.gz gentoo-16017e2ca6518bcb5436210b31d2ddafe6a8cf46.tar.bz2 gentoo-16017e2ca6518bcb5436210b31d2ddafe6a8cf46.zip |
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 <leio@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |