From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Date: Sat, 28 Jul 2018 13:28:23 +0000 (+0200) Subject: dev-python/pew: Add shutilwhich dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=497f78ce2da4101c0ddea0e88eaa889ada56c3e5;p=gentoo.git dev-python/pew: Add shutilwhich dependency Closes: https://bugs.gentoo.org/660998 Closes: https://github.com/gentoo/gentoo/pull/9333 --- diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild index 6522126be14a..5c0c4ea55839 100644 --- a/dev-python/pew/pew-1.1.1.ebuild +++ b/dev-python/pew/pew-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,8 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} + >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}] >=dev-python/setuptools-17.1[${PYTHON_USEDEP}] + >=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}] - >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}] - >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]" + >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]"