summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:05:48 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:27 +0100
commitea255867d6176dbf0f2b30fa20882c70ca5981e2 (patch)
treea63afb12df68036d11daf613249f7051948c551f /sci-libs/blis/blis-0.6.0.ebuild
parentsci-chemistry/freeon: Remove py2 where possible (diff)
downloadgentoo-ea255867d6176dbf0f2b30fa20882c70ca5981e2.tar.gz
gentoo-ea255867d6176dbf0f2b30fa20882c70ca5981e2.tar.bz2
gentoo-ea255867d6176dbf0f2b30fa20882c70ca5981e2.zip
sci-libs/blis: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/blis/blis-0.6.0.ebuild')
-rw-r--r--sci-libs/blis/blis-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/blis/blis-0.6.0.ebuild b/sci-libs/blis/blis-0.6.0.ebuild
index 7c50cdadba05..15eff4fa7163 100644
--- a/sci-libs/blis/blis-0.6.0.ebuild
+++ b/sci-libs/blis/blis-0.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-any-r1
DESCRIPTION="BLAS-like Library Instantiation Software Framework"