diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:09:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:24:56 +0100 |
commit | 2a2b9f946ee500dc3b4058cded1df6cb501a85d2 (patch) | |
tree | e6b3e18b4e6e26269f35ad88cc885a32e89bae19 /sci-libs | |
parent | sci-libs/libsvm: Remove py2 (diff) | |
download | gentoo-2a2b9f946ee500dc3b4058cded1df6cb501a85d2.tar.gz gentoo-2a2b9f946ee500dc3b4058cded1df6cb501a85d2.tar.bz2 gentoo-2a2b9f946ee500dc3b4058cded1df6cb501a85d2.zip |
sci-libs/scikits: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scikits/scikits-0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/scikits/scikits-0.1-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/scikits/scikits-0.1-r1.ebuild b/sci-libs/scikits/scikits-0.1-r1.ebuild index 43c2ebdff8ee..cc7e76891648 100644 --- a/sci-libs/scikits/scikits-0.1-r1.ebuild +++ b/sci-libs/scikits/scikits-0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit python-r1 diff --git a/sci-libs/scikits/scikits-0.1-r2.ebuild b/sci-libs/scikits/scikits-0.1-r2.ebuild index 21c6d190c228..b427f6adf14e 100644 --- a/sci-libs/scikits/scikits-0.1-r2.ebuild +++ b/sci-libs/scikits/scikits-0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-r1 |