diff options
author | 2012-06-20 22:06:30 +0000 | |
---|---|---|
committer | 2012-06-20 22:06:30 +0000 | |
commit | ffd0f6f0f553c88ac7c48ba45a64496cd6490f67 (patch) | |
tree | 1ee18f20722d83302d7ba7d48fe10d5274e02a24 /net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild | |
parent | sci-biology/last: Version BUmp, allows to compile with gcc-4.7, #422573 (diff) | |
download | historical-ffd0f6f0f553c88ac7c48ba45a64496cd6490f67.tar.gz historical-ffd0f6f0f553c88ac7c48ba45a64496cd6490f67.tar.bz2 historical-ffd0f6f0f553c88ac7c48ba45a64496cd6490f67.zip |
Fix 24bpp use flag, bug 422503 by Fab.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild b/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild index 243e47c10820..65428e40da09 100644 --- a/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.8.2-r2.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.8.2-r2.ebuild,v 1.9 2012/06/19 19:15:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild,v 1.10 2012/06/20 22:06:30 floppym Exp $ EAPI="4" @@ -39,7 +39,7 @@ src_prepare() { src_configure() { econf \ --without-x11vnc \ - $(use_with !no24bpp 24bpp) \ + $(use_with 24bpp) \ $(use_with gcrypt) \ $(use_with gnutls) \ $(use_with ipv6) \ |