summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-x11/ChangeLog7
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild3
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.99.14.ebuild3
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index 8e68425f8582..153a1ef4304a 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-base/xorg-x11
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.430 2005/07/11 15:49:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.431 2005/07/11 21:06:45 spyderous Exp $
+
+ 11 Jul 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ xorg-x11-6.8.2-r2.ebuild, xorg-x11-6.8.99.14.ebuild:
+ When I say I don't want Xprint, don't give me Xprint anyway. Turn off
+ BuildXprintClients in addition to BuildXprint for USE="-xprint."
11 Jul 2005; Aron Griffis <agriffis@gentoo.org> xorg-x11-6.8.2-r2.ebuild:
stable on alpha ia64
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}
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.99.14.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.99.14.ebuild
index 7a041c01fe11..f0f85f802af5 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.99.14.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.99.14.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.99.14.ebuild,v 1.3 2005/07/10 05:45:16 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.99.14.ebuild,v 1.4 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.
@@ -880,6 +880,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}