summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:15:50 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:48 +0100
commitbbe60cea8d38c81135af52558104d176dc6fbe02 (patch)
tree5274f5367d40c6993a9d60c93d761f39d58e0668 /dev-python/mistune
parentdev-python/pydiff: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-bbe60cea8d38c81135af52558104d176dc6fbe02.tar.gz
gentoo-bbe60cea8d38c81135af52558104d176dc6fbe02.tar.bz2
gentoo-bbe60cea8d38c81135af52558104d176dc6fbe02.zip
dev-python/mistune: Replace python_gen_usedep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-0.8.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-0.8.4.ebuild b/dev-python/mistune/mistune-0.8.4.ebuild
index 666b5c9c2310..6253fb1492f9 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4.ebuild
@@ -16,7 +16,7 @@ LICENSE="BSD"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
BDEPEND="
- dev-python/cython[$(python_gen_usedep 'python*')]
+ dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"