diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-24 10:33:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-24 10:33:27 +0200 |
commit | 18ea4247e2a6ba9a9724b2b05e18d88132926de3 (patch) | |
tree | 1dd49451a86fe283ec549736498b8fb27aeec358 /net-libs | |
parent | net-print/cups: Needs to be rebuilt when gnutls subslot changes (diff) | |
download | gentoo-18ea4247e2a6ba9a9724b2b05e18d88132926de3.tar.gz gentoo-18ea4247e2a6ba9a9724b2b05e18d88132926de3.tar.bz2 gentoo-18ea4247e2a6ba9a9724b2b05e18d88132926de3.zip |
net-libs/gtk-vnc: Needs to be rebuilt when gnutls subslot changes, fix subslot dep on g-o-i
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild index 42010da3aaf9..6cb12b57a438 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,12 +27,12 @@ COMMON_DEPEND=" >=dev-libs/glib-2.30.1:2 >=dev-libs/libgcrypt-1.4.2:0= dev-libs/libgpg-error - >=net-libs/gnutls-3.0 + >=net-libs/gnutls-3.0:0= >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.4:= ) pulseaudio? ( media-sound/pulseaudio ) python? ( ${PYTHON_DEPS} @@ -48,7 +48,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig vala? ( $(vala_depend) - >=dev-libs/gobject-introspection-0.9.4:= ) + >=dev-libs/gobject-introspection-0.9.4 ) " # eautoreconf requires gnome-common |