summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-21 09:25:17 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-21 09:25:17 +0200
commita7d1afe7634a8e003fa96782a3460db3fa8c524f (patch)
treeeffe73d68b2acb48fb75249618a1956557cb3bd6 /virtual/python-singledispatch/python-singledispatch-0.ebuild
parentvirtual/python-futures: [QA] Add missing python metadata variables (diff)
downloadgentoo-a7d1afe7634a8e003fa96782a3460db3fa8c524f.tar.gz
gentoo-a7d1afe7634a8e003fa96782a3460db3fa8c524f.tar.bz2
gentoo-a7d1afe7634a8e003fa96782a3460db3fa8c524f.zip
virtual/python-singledispatch: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/python-singledispatch/python-singledispatch-0.ebuild')
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index ae2de99b868a..1038fbbd0e89 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)"