summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-01-03 02:45:43 +0300
committerVlad Glagolev2011-01-03 02:45:43 +0300
commit0227056275a68bcca6e001aa732fdd93590fadca (patch)
tree6ffb797258eb904e338715b06f7029dd09031e6e
parentb905ebcba21f71a4f752782ee89603fb66c819d2 (diff)
gajim: corrected SQLite dependency
-rwxr-xr-xchat-im/gajim/DEPENDS2
-rw-r--r--chat-im/gajim/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 88b7b4e708..b02cb7cd84 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -1,5 +1,5 @@
depends pygtk2 &&
-depends pysqlite &&
+depends -sub SQLITE python &&
depends intltool &&
# TODO: added subdepends according to the spells
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 97e2f43be0..612f2249bb 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,6 @@
+2011-01-03 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: native sqlite3 module is the only allowed implementation
+
2010-10-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD, py27.patch: removed, not needed anymore