From 2e51d2dc9a6c2aa8e73b388b8390e69f749a5dee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 Aug 2019 15:38:13 +0200 Subject: [PATCH] dev-python/numpy: Revert "Enable pypy{,3}" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The package fails tests with PyPy. Reverts: 91fc5273c4066cbbe2176d7b31841c9460f7c48d Signed-off-by: Michał Górny --- dev-python/numpy/numpy-1.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.16.1.ebuild b/dev-python/numpy/numpy-1.16.1.ebuild index 89aa5f734305..1ec2abd0447f 100644 --- a/dev-python/numpy/numpy-1.16.1.ebuild +++ b/dev-python/numpy/numpy-1.16.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) PYTHON_REQ_USE="threads(+)" FORTRAN_NEEDED=lapack -- 2.26.2