commit: 44987d8a964c11179a96501727eace56a2a6dbcc
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:23:12 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=44987d8a
dev-python/sphinx: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/sphinx/sphinx-1.1.3-r7.ebuild | 3 ++-
dev-python/sphinx/sphinx-1.2.2.ebuild | 3 ++-
dev-python/sphinx/sphinx-1.2.3.ebuild | 1 +
dev-python/sphinx/sphinx-1.3.1-r1.ebuild | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx/sphinx-1.1.3-r7.ebuild
b/dev-python/sphinx/sphinx-1.1.3-r7.ebuild
index 5b135a4..e837399 100644
--- a/dev-python/sphinx/sphinx-1.1.3-r7.ebuild
+++ b/dev-python/sphinx/sphinx-1.1.3-r7.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} pypy )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 eutils versionator
diff --git a/dev-python/sphinx/sphinx-1.2.2.ebuild
b/dev-python/sphinx/sphinx-1.2.2.ebuild
index fdc5f29..c630765 100644
--- a/dev-python/sphinx/sphinx-1.2.2.ebuild
+++ b/dev-python/sphinx/sphinx-1.2.2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 eutils versionator
diff --git a/dev-python/sphinx/sphinx-1.2.3.ebuild
b/dev-python/sphinx/sphinx-1.2.3.ebuild
index 339f31f..1c315f3 100644
--- a/dev-python/sphinx/sphinx-1.2.3.ebuild
+++ b/dev-python/sphinx/sphinx-1.2.3.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 eutils versionator
diff --git a/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
b/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
index 69407e0..15e06fe 100644
--- a/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
+++ b/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 eutils versionator