summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-03-12 03:25:04 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-03-12 03:25:04 +0000
commitcd2b95e034a7157fc08ae90d3539dc1ba1b38a7d (patch)
treef8749d756dc22ebe3dfb9f41cffe30a894196058 /x11-base
parentBump x86 to -r1 as well and cleanup the old. (diff)
downloadgentoo-2-cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d.tar.gz
gentoo-2-cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d.tar.bz2
gentoo-2-cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d.zip
Stop manually setting HasLinuxInput, as it broke BSD and was only needed for 2.2 kernels. So, 2.2 kernels are no longer supported.
(Portage version: 2.0.51.19)
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-r1.ebuild8
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index 8a71c0385f97..0832ab4ab29a 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.354 2005/03/12 02:47:50 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.355 2005/03/12 03:25:04 spyderous Exp $
+
+ 11 Mar 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ xorg-x11-6.8.2-r1.ebuild:
+ Stop manually setting HasLinuxInput, as it broke BSD and was only needed for
+ 2.2 kernels. So, 2.2 kernels are no longer supported.
11 Mar 2005; Donnie Berkholz <spyderous@gentoo.org>;
xorg-x11-6.8.2-r1.ebuild:
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild
index e45da3dbae46..112354099efe 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.2-r1.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-r1.ebuild,v 1.9 2005/03/12 02:47:50 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild,v 1.10 2005/03/12 03:25:04 spyderous Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -609,12 +609,6 @@ host_def_setup() {
replace-flags "-Os" "-O2"
fi
- if ( [ -e "${ROOT}/usr/src/linux" ] \
- && ! kernel_is "2" "2" ) \
- || [ "$(uname -r | cut -d. -f1,2)" != "2.2" ]; then
- echo "#define HasLinuxInput YES" >> ${HOSTCONF}
- fi
-
echo "#define CcCmd $(tc-getCC)" >> ${HOSTCONF}
echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> ${HOSTCONF}
echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" >> ${HOSTCONF}