diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 08:19:08 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 08:19:08 +0300 |
commit | 20c8206b64fe28913541ccc61dbfe5f42bdd1a6b (patch) | |
tree | d4ad2f68699181eac552d4e27e33377d0e5d1afa | |
parent | 88a8eea988113609b0bd3a8c1e33d4347501792e (diff) |
nine branch for mesa scm
-rw-r--r-- | media-libs/mesa/mesa-scm.ebuild | 9 |
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 ) |