Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e7853509f04b7aeaa295e0d1a606c5a0fc411c3b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e7853509f04b7aeaa295e0d1a606c5a0fc411c3b)
  • Date: Sun, 2 Aug 2015 16:43:44 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

x11-toolkits/pygtk2/BUILD | 2 +-
x11-toolkits/pygtk2/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e7853509f04b7aeaa295e0d1a606c5a0fc411c3b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pygtk2: Fix to use python2

diff --git a/x11-toolkits/pygtk2/BUILD b/x11-toolkits/pygtk2/BUILD
index 52d9658..f302b4f 100755
--- a/x11-toolkits/pygtk2/BUILD
+++ b/x11-toolkits/pygtk2/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS --enable-thread" &&
+OPTS="$OPTS --enable-thread PYTHON=/usr/bin/python2" &&
default_build
diff --git a/x11-toolkits/pygtk2/HISTORY b/x11-toolkits/pygtk2/HISTORY
index 329dcb5..1d2c45f 100644
--- a/x11-toolkits/pygtk2/HISTORY
+++ b/x11-toolkits/pygtk2/HISTORY
@@ -1,3 +1,6 @@
+2015-08-02 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed to use python2
+
2011-04-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1=24.0
* PRE_BUILD, py27.patch: deleted



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e7853509f04b7aeaa295e0d1a606c5a0fc411c3b), Ismael Luceno, 08/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page