diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-05-22 09:19:54 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-05-23 12:36:56 +0200 |
commit | bcacb47f382aef1bd5a14e88ea9ac9cfbada8c91 (patch) | |
tree | 244476e7aad281c7f33a5ca79603398e9aafc83e /dev-python/YURL | |
parent | package.mask: unmasked imagemagick-7 (diff) | |
download | gentoo-bcacb47f382aef1bd5a14e88ea9ac9cfbada8c91.tar.gz gentoo-bcacb47f382aef1bd5a14e88ea9ac9cfbada8c91.tar.bz2 gentoo-bcacb47f382aef1bd5a14e88ea9ac9cfbada8c91.zip |
dev-python/YURL: updated to proper use PYTHON_USEDEP
This ebuild is also affected as others in bug 618924
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/YURL')
-rw-r--r-- | dev-python/YURL/YURL-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/YURL/YURL-0.13.ebuild b/dev-python/YURL/YURL-0.13.ebuild index ef9827aaed7d..7fa3083f81d4 100644 --- a/dev-python/YURL/YURL-0.13.ebuild +++ b/dev-python/YURL/YURL-0.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,5 +19,5 @@ IUSE="" RDEPEND="" DEPEND=" ${RDEPEND} - dev-python/setuptools + dev-python/setuptools[${PYTHON_USEDEP}] " |