New commits:
commit 99a606d01c938c20850e8cda5fe2f26e6df3c0b9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mesalib: Only query for autoupdate if using git version
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 0604dbd..1d78fc0 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2007-05-15 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Only query for autoupdate if MESALIB_GIT=y
+
2007-04-30 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added sourcing of $GRIMOIRE/FUNCTIONS for
check_if_xorg_modular_libs
diff --git a/graphics-libs/mesalib/PREPARE b/graphics-libs/mesalib/PREPARE
index 5c5e93a..a6539bb 100755
--- a/graphics-libs/mesalib/PREPARE
+++ b/graphics-libs/mesalib/PREPARE
@@ -1,6 +1,6 @@
config_query MESALIB_GIT "Check out the latest development code?" n &&
-if [[ "$MESALIB_GIT" ]]; then
+if [[ "$MESALIB_GIT" == "y" ]]; then
config_query MESALIB_GIT_AUTOUPDATE \
"Queue for update on every system update?" n
fi
[SM-Commit] GIT changes to master grimoire by Eric Sandall (27b322221fdd74cf06607624f277e4c29da4da6f),
Eric Sandall, 05/15/2007