diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-06-06 15:45:58 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-06-06 15:45:58 +0000 |
commit | 957b7c76658b1278f3d5358ccf9b168c62f202b0 (patch) | |
tree | 4d37a977d437d20f74c44900f13711f59fd949a5 /net-libs/libvncserver/libvncserver-0.9.9.ebuild | |
parent | Start using prune_libtool_files() from eutils, deprecate remove_libtool_files(). (diff) | |
download | gentoo-2-957b7c76658b1278f3d5358ccf9b168c62f202b0.tar.gz gentoo-2-957b7c76658b1278f3d5358ccf9b168c62f202b0.tar.bz2 gentoo-2-957b7c76658b1278f3d5358ccf9b168c62f202b0.zip |
Fix automagic dependency on gnutls. Bug 419797.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.9.ebuild')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.9.ebuild b/net-libs/libvncserver/libvncserver-0.9.9.ebuild index 606553cdc65b..4bf08183fd85 100644 --- a/net-libs/libvncserver/libvncserver-0.9.9.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9.ebuild,v 1.1 2012/06/03 01:28:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9.ebuild,v 1.2 2012/06/06 15:45:58 floppym Exp $ EAPI="4" @@ -38,6 +38,7 @@ src_configure() { --without-x11vnc \ $(use_with !no24bpp 24bpp) \ $(use_with crypt gcrypt) \ + $(use_with gnutls) \ $(use_with ipv6) \ $(use_with jpeg) \ $(use_with threads pthread) \ |