Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a3af914ca51e969f7aa62145d99683028e380ca2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (a3af914ca51e969f7aa62145d99683028e380ca2)
  • Date: Wed, 2 Jul 2008 15:00:10 -0500

GIT changes to master grimoire by George Sherwood <george AT beernabeer.com>:

editors/medit/DEPENDS | 4 ++--
editors/medit/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit a3af914ca51e969f7aa62145d99683028e380ca2
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>

medit: Added missing &&'s in DEPENDS

diff --git a/editors/medit/DEPENDS b/editors/medit/DEPENDS
index 79406b0..d949614 100755
--- a/editors/medit/DEPENDS
+++ b/editors/medit/DEPENDS
@@ -1,8 +1,8 @@
-depends gtk+2
+depends gtk+2 &&
optional_depends "libxml2" \
"--with-xml" \
"--without-xml" \
- "to enable syntax highlighting"
+ "to enable syntax highlighting" &&
optional_depends "pygtk2" \
"--with-python" \
"--without-python" \
diff --git a/editors/medit/HISTORY b/editors/medit/HISTORY
index e89beec..a05132d 100644
--- a/editors/medit/HISTORY
+++ b/editors/medit/HISTORY
@@ -1,3 +1,6 @@
+2008-07-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added missing &&'s
+
2008-06-29 Jaeic Lee <zeraxeal AT gmail.com>
* DEPENDS, DETAILS, HISTORY: spell created




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a3af914ca51e969f7aa62145d99683028e380ca2), George Sherwood, 07/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page