Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9512b76c97481cf99ba6a3cf7c9a102daf754ee2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9512b76c97481cf99ba6a3cf7c9a102daf754ee2)
  • Date: Wed, 18 Apr 2007 21:03:48 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

shell-term-fm/rxvt-unicode/DEPENDS | 4 +++-
shell-term-fm/rxvt-unicode/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 9512b76c97481cf99ba6a3cf7c9a102daf754ee2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

rxvt-unicode: Depends on g++

diff --git a/shell-term-fm/rxvt-unicode/DEPENDS
b/shell-term-fm/rxvt-unicode/DEPENDS
index bdce21a..09a495b 100755
--- a/shell-term-fm/rxvt-unicode/DEPENDS
+++ b/shell-term-fm/rxvt-unicode/DEPENDS
@@ -1,4 +1,6 @@
-depends X11-LIBS &&
+depends g++ &&
+depends X11-LIBS &&
+
optional_depends perl \
"--enable-perl" \
"--disable-perl" \
diff --git a/shell-term-fm/rxvt-unicode/HISTORY
b/shell-term-fm/rxvt-unicode/HISTORY
index 9ef6f83..7d62c76 100644
--- a/shell-term-fm/rxvt-unicode/HISTORY
+++ b/shell-term-fm/rxvt-unicode/HISTORY
@@ -1,3 +1,6 @@
+2007-04-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on g++
+
2007-02-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 8.2




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9512b76c97481cf99ba6a3cf7c9a102daf754ee2), Eric Sandall, 04/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page