commit: b116e512f81e90913cce41df6678aaac7476b399
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 14:34:44 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:40:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b116e512
dev-python/click-threading: Add missing PYTHON_USEDEP
dev-python/click-threading/click-threading-0.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/click-threading/click-threading-0.3.0.ebuild
b/dev-python/click-threading/click-threading-0.3.0.ebuild
index a8949ab327c..a4e64b9970c 100644
--- a/dev-python/click-threading/click-threading-0.3.0.ebuild
+++ b/dev-python/click-threading/click-threading-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-python/click-5.0"
+DEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
DOCS=( README.rst )