Skip to content

Commit

Permalink
dev-python/rdflib: Depend on threading support in python
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Nov 11, 2015
1 parent 89222b1 commit c440e17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-python/rdflib/rdflib-3.2.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-python/rdflib/rdflib-4.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-python/rdflib/rdflib-4.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-python/rdflib/rdflib-4.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c440e17

Please sign in to comment.