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: Wed, 03 Aug 2011 00:01:16
Message-Id: be768228c44a7c45a0cf7923a373773efa56b2ce.chithead@gentoo
1 commit: be768228c44a7c45a0cf7923a373773efa56b2ce
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 00:01:03 2011 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Wed Aug 3 00:01:03 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=be768228
7
8 media-libs/mesa: sync with portage
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 2 +-
12 media-libs/mesa/metadata.xml | 1 +
13 2 files changed, 2 insertions(+), 1 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index fc3e29a..779580f 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -45,7 +45,7 @@ for card in ${VIDEO_CARDS}; do
20 done
21
22 IUSE="${IUSE_VIDEO_CARDS}
23 - bindist +classic d3d debug +egl g3dvl +gallium gbm gles +llvm motif +nptl openvg pic selinux shared-dricore +shared-glapi vdpau wayland xvmc kernel_FreeBSD"
24 + bindist +classic d3d debug +egl g3dvl +gallium gbm gles +llvm motif +nptl openvg pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xvmc kernel_FreeBSD"
25
26 LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.24"
27 # not a runtime dependency of this package, but dependency of packages which
28
29 diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml
30 index 34bed90..626a948 100644
31 --- a/media-libs/mesa/metadata.xml
32 +++ b/media-libs/mesa/metadata.xml
33 @@ -12,6 +12,7 @@
34 <flag name='gles'>Enable GLES support for Gallium3D.</flag>
35 <flag name='llvm'>Enable LLVM backend for Gallium3D.</flag>
36 <flag name='openvg'>Enable the OpenVG 2D acceleration API</flag>
37 + <flag name='pax_kernel'>Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
38 <flag name='pic'>disable optimized assembly code that is not PIC friendly</flag>
39 <flag name='shared-dricore'>Enable sharing of common code for classic DRI drivers.</flag>
40 <flag name='shared-glapi'>Enable sharing of common code for the OpenGL API.</flag>