summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 17:55:58 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commit0d37d09064b1b1d5aa0f0b50bae5d6fee25ce51b (patch)
treed6da872a8ab5c0f7542ffefff002bbdaa52df2c9 /dev-python/bsddb3/bsddb3-6.0.1.ebuild
parentdev-python/Babel: Depend on threading support in python (diff)
downloadgentoo-0d37d09064b1b1d5aa0f0b50bae5d6fee25ce51b.tar.gz
gentoo-0d37d09064b1b1d5aa0f0b50bae5d6fee25ce51b.tar.bz2
gentoo-0d37d09064b1b1d5aa0f0b50bae5d6fee25ce51b.zip
dev-python/bsddb3: Depend on threading support in python
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/bsddb3/bsddb3-6.0.1.ebuild')
-rw-r--r--dev-python/bsddb3/bsddb3-6.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/bsddb3/bsddb3-6.0.1.ebuild b/dev-python/bsddb3/bsddb3-6.0.1.ebuild
index 6dd979b20a5f..a91443630746 100644
--- a/dev-python/bsddb3/bsddb3-6.0.1.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.0.1.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE="threads(+)"
inherit db-use distutils-r1 multilib