diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 09:24:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 09:24:15 +0200 |
commit | e10b8467a9a5b8a60f3b667c82aec0bba443dbb2 (patch) | |
tree | b9d7eef6da5009a7219140c34114a75b3034e15c /virtual/python-futures | |
parent | app-vim/vim-latex: [QA] Add missing python metadata variables (diff) | |
download | gentoo-e10b8467a9a5b8a60f3b667c82aec0bba443dbb2.tar.gz gentoo-e10b8467a9a5b8a60f3b667c82aec0bba443dbb2.tar.bz2 gentoo-e10b8467a9a5b8a60f3b667c82aec0bba443dbb2.zip |
virtual/python-futures: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/python-futures')
-rw-r--r-- | virtual/python-futures/python-futures-0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild index e369e6f8ebf2..094a0c6dbdd8 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)" |