summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-02-14 20:36:52 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-02-14 20:36:52 +0000
commit8ca65a1eee20eb1f3c41e23f2ffaa37fb4c84801 (patch)
treee1ec17b16c33c4d6093d983c1639506b0be1cc69 /net-p2p
parentVersion bump. (diff)
downloadgentoo-2-8ca65a1eee20eb1f3c41e23f2ffaa37fb4c84801.tar.gz
gentoo-2-8ca65a1eee20eb1f3c41e23f2ffaa37fb4c84801.tar.bz2
gentoo-2-8ca65a1eee20eb1f3c41e23f2ffaa37fb4c84801.zip
Add use dep on sqlite for python, bug #403505
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/tribler/ChangeLog5
-rw-r--r--net-p2p/tribler/tribler-5.5.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/tribler/ChangeLog b/net-p2p/tribler/ChangeLog
index 2b4674bdd900..018b44a7e9cc 100644
--- a/net-p2p/tribler/ChangeLog
+++ b/net-p2p/tribler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/tribler
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.1 2012/02/10 03:19:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.2 2012/02/14 20:36:52 blueness Exp $
+
+ 14 Feb 2012; Anthony G. Basile <blueness@gentoo.org> tribler-5.5.10.ebuild:
+ Add use dep on sqlite for python, bug #403505
*tribler-5.5.10 (10 Feb 2012)
diff --git a/net-p2p/tribler/tribler-5.5.10.ebuild b/net-p2p/tribler/tribler-5.5.10.ebuild
index 83273c41fc2f..139af514210b 100644
--- a/net-p2p/tribler/tribler-5.5.10.ebuild
+++ b/net-p2p/tribler/tribler-5.5.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-5.5.10.ebuild,v 1.1 2012/02/10 03:19:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-5.5.10.ebuild,v 1.2 2012/02/14 20:36:52 blueness Exp $
EAPI="4"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/python-2.5
+RDEPEND=">=dev-lang/python-2.5[sqlite]
>=dev-python/m2crypto-0.16
>=dev-python/wxpython-2.8
>=dev-python/apsw-3.6