summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-20 17:24:13 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-20 17:24:13 +0000
commit003a10dbed95189c5800bbbd389500c56495892a (patch)
tree33710bec0e23b3e163ee71fcfe17cc1f8ffe87ac /dev-python/gevent
parentUse the new vdr-plugin eclass. Fix broken symlinks/docs. Thanks to madmartin ... (diff)
downloadgentoo-2-003a10dbed95189c5800bbbd389500c56495892a.tar.gz
gentoo-2-003a10dbed95189c5800bbbd389500c56495892a.tar.bz2
gentoo-2-003a10dbed95189c5800bbbd389500c56495892a.zip
Add (commented out) tests' dependencies for the daredevil that wwould want to fix them
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gevent')
-rw-r--r--dev-python/gevent/ChangeLog6
-rw-r--r--dev-python/gevent/gevent-0.13.7.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/gevent/ChangeLog b/dev-python/gevent/ChangeLog
index 540a6f969b33..b572f51ce266 100644
--- a/dev-python/gevent/ChangeLog
+++ b/dev-python/gevent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/ChangeLog,v 1.3 2012/05/19 10:27:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/ChangeLog,v 1.4 2012/05/20 17:24:13 xarthisius Exp $
+
+ 20 May 2012; Kacper Kowalik <xarthisius@gentoo.org> gevent-0.13.7.ebuild:
+ Add (commented out) tests' dependencies for the daredevil that wwould want to
+ fix them
*gevent-1.0_beta2 (19 May 2012)
diff --git a/dev-python/gevent/gevent-0.13.7.ebuild b/dev-python/gevent/gevent-0.13.7.ebuild
index 45af10b08a91..b49a65d4a4c9 100644
--- a/dev-python/gevent/gevent-0.13.7.ebuild
+++ b/dev-python/gevent/gevent-0.13.7.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/dev-python/gevent/gevent-0.13.7.ebuild,v 1.2 2012/05/18 11:37:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/gevent-0.13.7.ebuild,v 1.3 2012/05/20 17:24:13 xarthisius Exp $
EAPI=4
@@ -23,6 +23,8 @@ RDEPEND="dev-libs/libevent
DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )"
+# test? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite]
+# dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) )
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")