Skip to content

Commit

Permalink
dev-python/numpy-9999: fix python requirement
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/647072
Signed-off-by: Rolf Eike Beer <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
DerDakon authored and Sergei Trofimovich committed Jan 2, 2019
1 parent 013b789 commit 4a58f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/numpy/numpy-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4a58f0a

Please sign in to comment.