From: Michał Górny Date: Mon, 10 Feb 2020 13:05:48 +0000 (+0100) Subject: sci-libs/blis: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ea255867d6176dbf0f2b30fa20882c70ca5981e2;p=gentoo.git sci-libs/blis: Remove py2 where possible Signed-off-by: Michał Górny --- 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"