From 9edd3e4ba20e99f1c72a3a92a4903d6ea772e70b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 11 Nov 2015 18:04:15 +0100 Subject: dev-python/humanfriendly: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/humanfriendly/humanfriendly-1.33.ebuild | 1 + dev-python/humanfriendly/humanfriendly-1.35.ebuild | 1 + dev-python/humanfriendly/humanfriendly-1.38.ebuild | 1 + dev-python/humanfriendly/humanfriendly-1.42.ebuild | 1 + 4 files changed, 4 insertions(+) (limited to 'dev-python/humanfriendly') diff --git a/dev-python/humanfriendly/humanfriendly-1.33.ebuild b/dev-python/humanfriendly/humanfriendly-1.33.ebuild index 70e55d95f77f..075b98f92cae 100644 --- a/dev-python/humanfriendly/humanfriendly-1.33.ebuild +++ b/dev-python/humanfriendly/humanfriendly-1.33.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/humanfriendly/humanfriendly-1.35.ebuild b/dev-python/humanfriendly/humanfriendly-1.35.ebuild index 70e55d95f77f..075b98f92cae 100644 --- a/dev-python/humanfriendly/humanfriendly-1.35.ebuild +++ b/dev-python/humanfriendly/humanfriendly-1.35.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/humanfriendly/humanfriendly-1.38.ebuild b/dev-python/humanfriendly/humanfriendly-1.38.ebuild index 62626502eeea..da61ac5951f0 100644 --- a/dev-python/humanfriendly/humanfriendly-1.38.ebuild +++ b/dev-python/humanfriendly/humanfriendly-1.38.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/humanfriendly/humanfriendly-1.42.ebuild b/dev-python/humanfriendly/humanfriendly-1.42.ebuild index 45f072a1def3..5cb6cda8b903 100644 --- a/dev-python/humanfriendly/humanfriendly-1.42.ebuild +++ b/dev-python/humanfriendly/humanfriendly-1.42.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -- cgit v1.2.3-65-gdbad