Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bae5196fd33582a603dc7e826c5e7db076988e31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bae5196fd33582a603dc7e826c5e7db076988e31)
  • Date: Thu, 16 Aug 2007 05:04:40 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

gnome2-apps/epiphany/HISTORY | 3 +++
gnome2-apps/epiphany/SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit bae5196fd33582a603dc7e826c5e7db076988e31
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

epiphany: fix gnome-python2 sub dep

diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index 24cf3d0..c6adeaa 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,6 @@
+2007-08-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * SUB_DEPENDS: fix the subdep to gnome-python2
+
2007-07-01 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.18.3

diff --git a/gnome2-apps/epiphany/SUB_DEPENDS
b/gnome2-apps/epiphany/SUB_DEPENDS
index a4e3408..5f6ca46 100755
--- a/gnome2-apps/epiphany/SUB_DEPENDS
+++ b/gnome2-apps/epiphany/SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
-gnome-python2) echo "python bindings requested, forcing them."; depends
python '--with-python';;
+gnome-python2) echo "python bindings requested, forcing them."; depends
gnome-python2 '--enable-python';;
*) echo "unknown sub-depends!"; return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bae5196fd33582a603dc7e826c5e7db076988e31), Thomas Orgis, 08/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page