commit:     c440e17b447194ebfa45dfef2db4341c5fb304ed
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:19:42 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:27:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c440e17b

dev-python/rdflib: Depend on threading support in python

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/rdflib/rdflib-3.2.3-r1.ebuild | 2 +-
 dev-python/rdflib/rdflib-4.1.2.ebuild    | 2 +-
 dev-python/rdflib/rdflib-4.2.0.ebuild    | 2 +-
 dev-python/rdflib/rdflib-4.2.1.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild 
b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild
index 1a4e730..5985014 100644
--- a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild
+++ b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3} )
-PYTHON_REQ_USE="sqlite?"
+PYTHON_REQ_USE="sqlite?,threads(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/rdflib/rdflib-4.1.2.ebuild 
b/dev-python/rdflib/rdflib-4.1.2.ebuild
index 1a24551..65cd9c0 100644
--- a/dev-python/rdflib/rdflib-4.1.2.ebuild
+++ b/dev-python/rdflib/rdflib-4.1.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="sqlite?"
+PYTHON_REQ_USE="sqlite?,threads(+)"
 # The usual required for tests
 DISTUTILS_IN_SOURCE_BUILD=1
 

diff --git a/dev-python/rdflib/rdflib-4.2.0.ebuild 
b/dev-python/rdflib/rdflib-4.2.0.ebuild
index 2a91536..017e156 100644
--- a/dev-python/rdflib/rdflib-4.2.0.ebuild
+++ b/dev-python/rdflib/rdflib-4.2.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="sqlite?"
+PYTHON_REQ_USE="sqlite?,threads(+)"
 
 # The usual required for tests
 DISTUTILS_IN_SOURCE_BUILD=1

diff --git a/dev-python/rdflib/rdflib-4.2.1.ebuild 
b/dev-python/rdflib/rdflib-4.2.1.ebuild
index aaeaf53..d99bce1 100644
--- a/dev-python/rdflib/rdflib-4.2.1.ebuild
+++ b/dev-python/rdflib/rdflib-4.2.1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="sqlite?"
+PYTHON_REQ_USE="sqlite?,threads(+)"
 
 # The usual required for tests
 DISTUTILS_IN_SOURCE_BUILD=1

Reply via email to