New commits:
commit 2bafec5e8203da9b735ddd0f04a8186cf63bf8c8
Author: David Brown <dmlb2000@dmlb2002.(none)>
Commit: David Brown <dmlb2000@dmlb2002.(none)>
libxaw fixed syntax error in pre_sub_depends
diff --git a/xorg-lib/libxaw/HISTORY b/xorg-lib/libxaw/HISTORY
index f3081e6..787df36 100644
--- a/xorg-lib/libxaw/HISTORY
+++ b/xorg-lib/libxaw/HISTORY
@@ -1,3 +1,6 @@
+2006-11-08 David Brown <dmlb2000 AT gmail.com>
+ * PRE_SUB_DEPENDS: fixed syntax error
+
2006-08-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* PRE_SUB_DEPENDS: added XAW8 sub depend
* SUB_DEPENDS: added XAW8 sub depend
diff --git a/xorg-lib/libxaw/PRE_SUB_DEPENDS b/xorg-lib/libxaw/PRE_SUB_DEPENDS
index 555cba6..913afef 100755
--- a/xorg-lib/libxaw/PRE_SUB_DEPENDS
+++ b/xorg-lib/libxaw/PRE_SUB_DEPENDS
@@ -1,6 +1,6 @@
case $THIS_SUB_DEPENDS in
XAW8) [ -f $INSTALL_ROOT/usr/lib/libXaw8.so ] ||
- is_depends_enabled $SPELL libxp && ;;
+ is_depends_enabled $SPELL libxp ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
[SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (2bafec5e8203da9b735ddd0f04a8186cf63bf8c8),
David Brown, 11/09/2006