summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-12-16 08:19:08 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2014-12-16 08:19:08 +0300
commit20c8206b64fe28913541ccc61dbfe5f42bdd1a6b (patch)
treed4ad2f68699181eac552d4e27e33377d0e5d1afa
parent88a8eea988113609b0bd3a8c1e33d4347501792e (diff)
nine branch for mesa scm
-rw-r--r--media-libs/mesa/mesa-scm.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-scm.ebuild b/media-libs/mesa/mesa-scm.ebuild
index 7e8fceb..4a740b7 100644
--- a/media-libs/mesa/mesa-scm.ebuild
+++ b/media-libs/mesa/mesa-scm.ebuild
@@ -4,7 +4,12 @@
EAPI=5
-EGIT_REPO_URI="https://github.com/iXit/Mesa-3D.git"
+
+if use nine-branch; then
+ EGIT_REPO_URI="https://github.com/iXit/Mesa-3D.git"
+else
+ EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
+fi
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
@@ -44,7 +49,7 @@ done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
+nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux
- vaapi vdpau wayland xvmc xa kernel_FreeBSD"
+ vaapi vdpau wayland xvmc xa nine-branch kernel_FreeBSD"
REQUIRED_USE="
d3d9? ( gallium dri3 )