diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-07-11 21:06:45 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-07-11 21:06:45 +0000 |
commit | d527abcf6f818569dd6d0e47354d33fb0d0ac520 (patch) | |
tree | dfecf7253b6d6ddded0792b053a09a590230e2ab /x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild | |
parent | fix typo (diff) | |
download | historical-d527abcf6f818569dd6d0e47354d33fb0d0ac520.tar.gz historical-d527abcf6f818569dd6d0e47354d33fb0d0ac520.tar.bz2 historical-d527abcf6f818569dd6d0e47354d33fb0d0ac520.zip |
When I say I don't want Xprint, don't give me Xprint anyway. Turn off BuildXprintClients in addition to BuildXprint for USE="-xprint."
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild index f6bc4eea9ee5..3b9c491661f7 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild,v 1.46 2005/07/11 15:49:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild,v 1.47 2005/07/11 21:06:45 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -873,6 +873,7 @@ host_def_setup() { # Make xprint optional use_build xprint BuildXprint + use_build xprint BuildXprintClients # Build libXp even when xprint is off. It's just for clients, server if ! use xprint; then echo "#define BuildXprintLib YES" >> ${HOSTCONF} |