diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:49:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:49:56 +0000 |
commit | c926eac7012d01b3b1c7bac577e8af23c59be20b (patch) | |
tree | 63e4dc1881a75cf6c960fb620d9411c5a0825b8b /x11-base | |
parent | use make install DESTDIR not einstall (Manifest recommit) (diff) | |
download | gentoo-2-c926eac7012d01b3b1c7bac577e8af23c59be20b.tar.gz gentoo-2-c926eac7012d01b3b1c7bac577e8af23c59be20b.tar.bz2 gentoo-2-c926eac7012d01b3b1c7bac577e8af23c59be20b.zip |
reverse parameter order of replace-cpu-flags #60597
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild | 10 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild | 10 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild | 10 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.0.ebuild | 10 |
4 files changed, 20 insertions, 20 deletions
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 7f607c4fb260..a7e6a8984dd3 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.36 2004/09/22 00:33:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0-r1.ebuild,v 1.37 2004/09/25 07:49:56 vapier 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, @@ -131,7 +131,7 @@ cflag_setup() { # according to ciaranm sparc) filter-flags "-fomit-frame-pointer" ;; # gcc-3.3.2 causes invalid insn error - hppa ) replace-cpu-flags 1.0 2.0 ;; + hppa ) replace-cpu-flags 2.0 1.0 ;; esac # Recently there has been a lot of stability problem in Gentoo-land. Many @@ -256,14 +256,14 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium3" "pentium4" - replace-cpu-flags "athlon-tbird" "athlon" + replace-cpu-flags pentium4 pentium3 + replace-cpu-flags athlon athlon-tbird fi # Try a fix for #49310, see #50931 for more info. <spyderous> if [ "`is-flag -fomit-frame-pointer`" ] then - replace-cpu-flags "i586" "k6" "k6-2" "k6-3" + replace-cpu-flags k6 k6-2 k6-3 i586 fi # Without this, modules breaks with gcc3 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 73f5fde1873e..0d70f03a7409 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.26 2004/09/22 16:11:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0-r2.ebuild,v 1.27 2004/09/25 07:49:56 vapier 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, @@ -117,7 +117,7 @@ cflag_setup() { # according to ciaranm sparc) filter-flags "-fomit-frame-pointer" ;; # gcc-3.3.2 causes invalid insn error - hppa ) replace-cpu-flags 1.0 2.0 ;; + hppa ) replace-cpu-flags 2.0 1.0 ;; esac # Recently there has been a lot of stability problem in Gentoo-land. Many @@ -236,14 +236,14 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium3" "pentium4" - replace-cpu-flags "athlon-tbird" "athlon" + replace-cpu-flags pentium4 pentium3 + replace-cpu-flags athlon athlon-tbird fi # Try a fix for #49310, see #50931 for more info. <spyderous> if [ "`is-flag -fomit-frame-pointer`" ] then - replace-cpu-flags "i586" "k6" "k6-2" "k6-3" + replace-cpu-flags k6 k6-2 k6-3 i586 fi # Without this, modules breaks with gcc3 diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild index c613fdcca4c7..468d3db717a0 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.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.8.0-r1.ebuild,v 1.8 2004/09/22 09:06:41 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild,v 1.9 2004/09/25 07:49:56 vapier Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -135,7 +135,7 @@ cflag_setup() { fi ;; # gcc-3.3.2 causes invalid insn error - hppa ) replace-cpu-flags 1.0 2.0 ;; + hppa ) replace-cpu-flags 2.0 1.0 ;; esac # Recently there has been a lot of stability problem in Gentoo-land. Many @@ -289,8 +289,8 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium3" "pentium4" - replace-cpu-flags "athlon-tbird" "athlon" + replace-cpu-flags pentium4 pentium3 + replace-cpu-flags athlon athlon-tbird fi #to fix #56702 for now, thanks Spanky @@ -300,7 +300,7 @@ host_def_setup() { # Try a fix for #49310, see #50931 for more info. <spyderous> if [ "`is-flag -fomit-frame-pointer`" ] then - replace-cpu-flags "i586" "k6" "k6-2" "k6-3" + replace-cpu-flags k6 k6-2 k6-3 i586 fi # Without this, modules breaks with gcc3 diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0.ebuild index 4bb6ca32fd6d..7a5753397b24 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.0.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.0.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.8.0.ebuild,v 1.16 2004/09/22 00:22:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0.ebuild,v 1.17 2004/09/25 07:49:56 vapier Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -126,7 +126,7 @@ cflag_setup() { # according to ciaranm sparc) filter-flags "-fomit-frame-pointer" ;; # gcc-3.3.2 causes invalid insn error - hppa ) replace-cpu-flags 1.0 2.0 ;; + hppa ) replace-cpu-flags 2.0 1.0 ;; esac # Recently there has been a lot of stability problem in Gentoo-land. Many @@ -280,8 +280,8 @@ host_def_setup() { if [ "`gcc-major-version`" -eq "3" -a "`gcc-minor-version`" -le "2" ] then - replace-cpu-flags "pentium3" "pentium4" - replace-cpu-flags "athlon-tbird" "athlon" + replace-cpu-flags pentium4 pentium3 + replace-cpu-flags athlon athlon-tbird fi #to fix #56702 for now, thanks Spanky @@ -291,7 +291,7 @@ host_def_setup() { # Try a fix for #49310, see #50931 for more info. <spyderous> if [ "`is-flag -fomit-frame-pointer`" ] then - replace-cpu-flags "i586" "k6" "k6-2" "k6-3" + replace-cpu-flags k6 k6-2 k6-3 i586 fi # Without this, modules breaks with gcc3 |