New commits:
commit 5790e19a2e7a0076bd65ab1e21c5e04a908ba8c5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/mesalib: scm version needs python3 as well
diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 4ca68fd..5e33556 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -39,6 +39,9 @@ if [[ -n $MESALIB_GALLIUM ]] && [[ "$MESALIB_GALLIUM" !=
"none" ]]; then
depends libelf &&
depends mako &&
depends python &&
+ if [[ "$MESALIB_BRANCH" == "scm" ]]; then
+ depends python3
+ fi &&
if list_find "$MESA_EGL" wayland;then
depends wayland
fi &&
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 1332245..9fc7f41 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2016-05-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: scm branch needs python3 as well
+
2016-05-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 11.2.2
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5790e19a2e7a0076bd65ab1e21c5e04a908ba8c5),
Pavel Vinogradov, 05/23/2016