Skip to Content.
Sympa Menu

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

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 (3cdd36d54c3ff5ad382299eb4b059431c2914247)
  • Date: Sat, 4 Sep 2010 18:50:10 -0500

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

libs/pyqt4/DEPENDS | 2 +-
libs/pyqt4/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3cdd36d54c3ff5ad382299eb4b059431c2914247
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pyqt4: We don't care about pyqt, but rather pyqt4

diff --git a/libs/pyqt4/DEPENDS b/libs/pyqt4/DEPENDS
index a4a2bc2..24a5a28 100755
--- a/libs/pyqt4/DEPENDS
+++ b/libs/pyqt4/DEPENDS
@@ -2,6 +2,6 @@ depends qt4 &&
depends python &&
depends sip &&
optional_depends qscintilla '' '' "editting component"
-if is_depends_enabled pyqt qscintilla; then
+if is_depends_enabled pyqt4 qscintilla; then
sub_depends qscintilla QT4
fi
diff --git a/libs/pyqt4/HISTORY b/libs/pyqt4/HISTORY
index 6584b58..bea82f9 100644
--- a/libs/pyqt4/HISTORY
+++ b/libs/pyqt4/HISTORY
@@ -1,3 +1,6 @@
+2010-09-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: We don't care about pyqt, but rather pyqt4
+
2010-07-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.7.4




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3cdd36d54c3ff5ad382299eb4b059431c2914247), Eric Sandall, 09/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page