commit:     49a2eb82a712edd0b64251df3480857adabec483
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:20:48 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 05:24:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a2eb82

dev-python/pyemf: Permit numpy-python2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyemf/pyemf-2.0.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyemf/pyemf-2.0.0.ebuild 
b/dev-python/pyemf/pyemf-2.0.0.ebuild
index 0268e656499..3d45f79a144 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}]"

Reply via email to