From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qo2QM-0004RU-As for garchives@archives.gentoo.org; Tue, 02 Aug 2011 00:01:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F6821C035; Tue, 2 Aug 2011 00:01:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50AF421C035 for ; Tue, 2 Aug 2011 00:01:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D9851B4020 for ; Tue, 2 Aug 2011 00:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CBEC13C004 for ; Tue, 2 Aug 2011 00:01:20 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <20cb95266e0f9b9bc526f509ec79a03a7e66eed6.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 20cb95266e0f9b9bc526f509ec79a03a7e66eed6 Date: Tue, 2 Aug 2011 00:01:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1a8238625ad15e345b416d42cebb35b6 commit: 20cb95266e0f9b9bc526f509ec79a03a7e66eed6 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Aug 2 00:01:34 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Tue Aug 2 00:01:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D20cb9526 media-libs/mesa: sync with portage --- media-libs/mesa/mesa-9999.ebuild | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index cda6a88..fc3e29a 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -142,7 +142,7 @@ src_prepare() { epatch fi =20 - # fix for hardened, bug 240956 + # fix for hardened pax_kernel, bug 240956 [[ ${PV} !=3D 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch =20 # FreeBSD 6.* doesn't have posix_memalign(). @@ -259,8 +259,8 @@ src_configure() { fi fi =20 - # x86 hardened needs glx-rts, bug 240956 - if use hardened; then + # x86 hardened pax_kernel needs glx-rts, bug 240956 + if use pax_kernel; then myconf+=3D" $(use_enable x86 glx-rts) "