diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-09-07 23:06:40 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-09-08 01:08:53 +0300 |
commit | ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c (patch) | |
tree | e4a390a70779d4df1f2a03f7454699474ca5a1ef /gui-libs/libhandy | |
parent | dev-libs/folks: bump to 0.12.1 (diff) | |
download | gentoo-ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c.tar.gz gentoo-ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c.tar.bz2 gentoo-ded08ee11daa6ca8fa3b42e3a1fec6270a76e78c.zip |
gui-libs/libhandy: default enable USE=vala
gnome-contacts-3.32 will hard require it
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gui-libs/libhandy')
-rw-r--r-- | gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild index 5e89a43e4027..8ecc861052b3 100644 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild @@ -16,7 +16,7 @@ SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog KEYWORDS="~amd64 ~arm64" -IUSE="examples glade gtk-doc +introspection test vala" +IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )" RESTRICT="!test? ( test )" |