diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-07-02 18:45:39 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-07-02 18:45:39 +0000 |
commit | 33185192aef91686c85a1d115d99574d08079716 (patch) | |
tree | 5e27400c95542f8bce172b89480a82dbc879b471 /media-libs/mesa | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-33185192aef91686c85a1d115d99574d08079716.tar.gz gentoo-2-33185192aef91686c85a1d115d99574d08079716.tar.bz2 gentoo-2-33185192aef91686c85a1d115d99574d08079716.zip |
Also disable ASM_API on USE=hardened (Kevin F. Quinn).
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.4.2-r2.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.5-r3.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 9cbe75419857..e77f93b582c5 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.96 2006/06/30 23:42:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.97 2006/07/02 18:45:39 spyderous Exp $ + + 02 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.4.2-r2.ebuild, + mesa-6.5-r3.ebuild: + Also disable ASM_API on USE=hardened (Kevin F. Quinn). 30 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.5-r3.ebuild: ppc/sparc/mips/alpha/arm/sh stable diff --git a/media-libs/mesa/mesa-6.4.2-r2.ebuild b/media-libs/mesa/mesa-6.4.2-r2.ebuild index 1e9d019551df..bfa85041d639 100644 --- a/media-libs/mesa/mesa-6.4.2-r2.ebuild +++ b/media-libs/mesa/mesa-6.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.4.2-r2.ebuild,v 1.12 2006/06/30 23:39:20 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.4.2-r2.ebuild,v 1.13 2006/07/02 18:45:39 spyderous Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -195,6 +195,7 @@ src_unpack() { einfo "Deactivating assembly code for hardened build" echo "ASM_FLAGS =" >> ${HOSTCONF} echo "ASM_SOURCES =" >> ${HOSTCONF} + echo "ASM_API =" >> ${HOSTCONF} fi # Kill this; we don't want /usr/X11R6/lib ever to be searched in this diff --git a/media-libs/mesa/mesa-6.5-r3.ebuild b/media-libs/mesa/mesa-6.5-r3.ebuild index f0922660b44e..16e9a75b6d37 100644 --- a/media-libs/mesa/mesa-6.5-r3.ebuild +++ b/media-libs/mesa/mesa-6.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5-r3.ebuild,v 1.5 2006/06/30 23:42:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5-r3.ebuild,v 1.6 2006/07/02 18:45:39 spyderous Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -186,6 +186,7 @@ src_unpack() { einfo "Deactivating assembly code for hardened build" echo "ASM_FLAGS =" >> ${HOSTCONF} echo "ASM_SOURCES =" >> ${HOSTCONF} + echo "ASM_API =" >> ${HOSTCONF} fi if use sparc; then |