diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-09-14 19:53:37 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-09-14 19:53:37 +0000 |
commit | 90c25d7840a4fb87b31e5465c26930ac60e2d557 (patch) | |
tree | 12c96024500ce21697aa4537f5ca02588569c2c6 /media-libs/mesa | |
parent | Enable qt-webkit support as per notification on irc from Arfrever (diff) | |
download | gentoo-2-90c25d7840a4fb87b31e5465c26930ac60e2d557.tar.gz gentoo-2-90c25d7840a4fb87b31e5465c26930ac60e2d557.tar.bz2 gentoo-2-90c25d7840a4fb87b31e5465c26930ac60e2d557.zip |
(#237648) Logic for asm was still wrong on sparc hardened (Does that even exist?). Remove sparc-handling code altogether because the default does the right thing.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.2_rc1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 6951ed66997b..18dd85655911 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.186 2008/09/14 19:38:36 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.187 2008/09/14 19:53:37 dberkholz Exp $ + + 14 Sep 2008; Donnie Berkholz <dberkholz@gentoo.org>; mesa-7.2_rc1.ebuild: + (#237648) Logic for asm was still wrong on sparc hardened (Does that even + exist?). Remove sparc-handling code altogether because the default does + the right thing. 14 Sep 2008; Donnie Berkholz <dberkholz@gentoo.org>; mesa-7.1.ebuild, mesa-7.2_rc1.ebuild: diff --git a/media-libs/mesa/mesa-7.2_rc1.ebuild b/media-libs/mesa/mesa-7.2_rc1.ebuild index 2d17e4e63e26..715a6a3569e5 100644 --- a/media-libs/mesa/mesa-7.2_rc1.ebuild +++ b/media-libs/mesa/mesa-7.2_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2_rc1.ebuild,v 1.2 2008/09/14 19:21:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2_rc1.ebuild,v 1.3 2008/09/14 19:53:37 dberkholz Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -149,9 +149,6 @@ src_compile() { # Deactivate assembly code for pic build myconf="${myconf} $(use_enable !pic asm)" - # Sparc assembly code is not working - myconf="${myconf} $(use_enable !sparc asm)" - myconf="${myconf} --disable-glut" myconf="${myconf} --without-demos" |