diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-08-23 03:46:33 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-08-23 03:46:33 +0000 |
commit | c2558a5d1eb0e1c88f9fd2e2501ee9fc82ec9cee (patch) | |
tree | 1ad7a6b9de8d2af6c2a1b89fb440ddf4f3c70ca9 /x11-base | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-c2558a5d1eb0e1c88f9fd2e2501ee9fc82ec9cee.tar.gz gentoo-2-c2558a5d1eb0e1c88f9fd2e2501ee9fc82ec9cee.tar.bz2 gentoo-2-c2558a5d1eb0e1c88f9fd2e2501ee9fc82ec9cee.zip |
replace-cpu-flags had args in the wrong order, resulting in p3's being compiled with p4 badness (#60597).
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 8 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.99.2.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.99.902.ebuild | 4 |
5 files changed, 15 insertions, 9 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 919ce6387840..c12d015df67d 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.93 2004/08/21 10:23:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.94 2004/08/23 03:46:33 spyderous Exp $ + + 22 Aug 2004; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild, + xorg-x11-6.7.99.2.ebuild, xorg-x11-6.7.99.902.ebuild: + replace-cpu-flags had args in the wrong order, resulting in p3's being + compiled with p4 badness (#60597). 21 Aug 2004; Seemant Kulleen <seemant@gentoo.org> xorg-x11-6.7.99.902.ebuild: diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild index aa8fa3779611..0dab810e3694 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7.0-r1.ebuild,v 1.32 2004/08/02 19:45:02 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild,v 1.33 2004/08/23 03:46:33 spyderous Exp $ # Libraries which are now supplied in shared form that were not in the past # include: libFS.so, libGLw.so, libI810XvMC.so, libXRes.so, libXfontcache.so, @@ -256,7 +256,7 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium4" "pentium3" + replace-cpu-flags "pentium3" "pentium4" replace-cpu-flags "athlon-tbird" "athlon" fi diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild index 32b595684176..21cbf2c7bfdc 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7.0-r2.ebuild,v 1.12 2004/08/02 19:45:02 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild,v 1.13 2004/08/23 03:46:33 spyderous Exp $ # Libraries which are now supplied in shared form that were not in the past # include: libFS.so, libGLw.so, libI810XvMC.so, libXRes.so, libXfontcache.so, @@ -236,7 +236,7 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium4" "pentium3" + replace-cpu-flags "pentium3" "pentium4" replace-cpu-flags "athlon-tbird" "athlon" fi diff --git a/x11-base/xorg-x11/xorg-x11-6.7.99.2.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.99.2.ebuild index a0fb83d8e70d..dda5df2ac84c 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.99.2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7.99.2.ebuild,v 1.6 2004/08/20 23:27:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.99.2.ebuild,v 1.7 2004/08/23 03:46:33 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -240,7 +240,7 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium4" "pentium3" + replace-cpu-flags "pentium3" "pentium4" replace-cpu-flags "athlon-tbird" "athlon" fi diff --git a/x11-base/xorg-x11/xorg-x11-6.7.99.902.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.99.902.ebuild index 2fa302617ad1..004028ffcd5e 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.99.902.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.99.902.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7.99.902.ebuild,v 1.2 2004/08/21 10:23:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.99.902.ebuild,v 1.3 2004/08/23 03:46:33 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -242,7 +242,7 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium4" "pentium3" + replace-cpu-flags "pentium3" "pentium4" replace-cpu-flags "athlon-tbird" "athlon" fi |