New commits:
commit e89abf7192a93ffc1d1121533d0abbd55797fe9d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
mesalib: ensure presence of libxml2 with PYTHON
diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index f3f9fd7..3cc25e1 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -15,6 +15,12 @@ depends glproto &&
depends presentproto &&
depends libxshmfence &&
depends nettle &&
+# Build process needs to work on some XML with that.
+# I do not test all configurations, therefore I pulled
+# the direct python dependency out of the llvm branch,
+# to be on the safe side.
+depends python &&
+depends -sub PYTHON libxml2 &&