From: Michał Górny Date: Thu, 16 Jan 2020 05:20:48 +0000 (+0100) Subject: dev-python/pyemf: Permit numpy-python2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=49a2eb82a712edd0b64251df3480857adabec483;p=gentoo.git dev-python/pyemf: Permit numpy-python2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyemf/pyemf-2.0.0.ebuild b/dev-python/pyemf/pyemf-2.0.0.ebuild index 0268e6564994..3d45f79a144d 100644 --- a/dev-python/pyemf/pyemf-2.0.0.ebuild +++ b/dev-python/pyemf/pyemf-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,9 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}]" + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"