commit:     a7d1afe7634a8e003fa96782a3460db3fa8c524f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:25:17 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:25:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d1afe7

virtual/python-singledispatch: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild 
b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index ae2de99b868..1038fbbd0e8 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -10,5 +10,7 @@ inherit python-r1
 DESCRIPTION="A virtual for the Python functools.singledispatch function"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' 
python2_7 python3_3 pypy)"
+RDEPEND="${PYTHON_DEPS}
+       $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' 
python2_7 python3_3 pypy)"

Reply via email to