Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5790e19a2e7a0076bd65ab1e21c5e04a908ba8c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5790e19a2e7a0076bd65ab1e21c5e04a908ba8c5)
  • Date: Tue, 24 May 2016 03:35:21 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 3 +++
graphics-libs/mesalib/HISTORY | 3 +++
2 files changed, 6 insertions(+)

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

Archive powered by MHonArc 2.6.24.

Top of Page