Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Tue, 02 Aug 2011 00:01:30
Message-Id: 20cb95266e0f9b9bc526f509ec79a03a7e66eed6.chithead@gentoo
1 commit: 20cb95266e0f9b9bc526f509ec79a03a7e66eed6
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 00:01:34 2011 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Tue Aug 2 00:01:34 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=20cb9526
7
8 media-libs/mesa: sync with portage
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index cda6a88..fc3e29a 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -142,7 +142,7 @@ src_prepare() {
19 epatch
20 fi
21
22 - # fix for hardened, bug 240956
23 + # fix for hardened pax_kernel, bug 240956
24 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
25
26 # FreeBSD 6.* doesn't have posix_memalign().
27 @@ -259,8 +259,8 @@ src_configure() {
28 fi
29 fi
30
31 - # x86 hardened needs glx-rts, bug 240956
32 - if use hardened; then
33 + # x86 hardened pax_kernel needs glx-rts, bug 240956
34 + if use pax_kernel; then
35 myconf+="
36 $(use_enable x86 glx-rts)
37 "