commit: e10b8467a9a5b8a60f3b667c82aec0bba443dbb2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:24:15 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:24:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10b8467
virtual/python-futures: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
virtual/python-futures/python-futures-0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/python-futures/python-futures-0.ebuild
b/virtual/python-futures/python-futures-0.ebuild
index e369e6f8ebf..094a0c6dbdd 100644
--- a/virtual/python-futures/python-futures-0.ebuild
+++ b/virtual/python-futures/python-futures-0.ebuild
@@ -10,6 +10,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python concurrent.futures module"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7
pypy)"