diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:27 +0100 |
commit | ea255867d6176dbf0f2b30fa20882c70ca5981e2 (patch) | |
tree | a63afb12df68036d11daf613249f7051948c551f /sci-libs | |
parent | sci-chemistry/freeon: Remove py2 where possible (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-libs/blis/blis-0.5.2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/blis/blis-0.6.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/blis/blis-0.5.2.ebuild b/sci-libs/blis/blis-0.5.2.ebuild index 2ac88177874b..da1dc245a04b 100644 --- a/sci-libs/blis/blis-0.5.2.ebuild +++ b/sci-libs/blis/blis-0.5.2.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" 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" |