diff options
author | 2019-03-07 18:57:33 +0200 | |
---|---|---|
committer | 2019-03-07 23:11:36 +0200 | |
commit | f44a68df03515029c306b6913d0ec7e533a159d0 (patch) | |
tree | becf58a16e04500c6d73ddb9df27b84dbfa905b9 /net-libs/gtk-vnc | |
parent | www-apps/radicale: log stdout and stderr to syslog (diff) | |
download | gentoo-f44a68df03515029c306b6913d0ec7e533a159d0.tar.gz gentoo-f44a68df03515029c306b6913d0ec7e533a159d0.tar.bz2 gentoo-f44a68df03515029c306b6913d0ec7e533a159d0.zip |
net-libs/gtk-vnc: default enable USE=vala
Various GNOME packages will unconditionally need it (gnome-boxes
in main tree already will). Default enable it, as it just means
need of a vala slot at build time.
Bug: https://bugs.gentoo.org/665578
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-libs/gtk-vnc')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.8.0-r1.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.8.0-r1.ebuild index 16545aa4b3e5..0a28696fd004 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.8.0-r1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="examples +introspection pulseaudio sasl vala" +IUSE="examples +introspection pulseaudio sasl +vala" REQUIRED_USE=" vala? ( introspection ) " |