From 4a58f0a1115c689cbde65388efc97cbe74cb147b Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 1 Jan 2019 14:44:56 +0100 Subject: dev-python/numpy-9999: fix python requirement Bug: https://bugs.gentoo.org/647072 Signed-off-by: Rolf Eike Beer Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Sergei Trofimovich --- dev-python/numpy/numpy-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/numpy') diff --git a/dev-python/numpy/numpy-9999.ebuild b/dev-python/numpy/numpy-9999.ebuild index dd08eecdb020..b2a2c5ad27e4 100644 --- a/dev-python/numpy/numpy-9999.ebuild +++ b/dev-python/numpy/numpy-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="threads(+)" FORTRAN_NEEDED=lapack -- cgit v1.2.3