diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:50:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 08:02:43 +0100 |
commit | 6878452b092c6ddba0e00d2f5c61314e8024e5aa (patch) | |
tree | b8ec79ae2ab9a45406522a1a644c0af43fab3b47 /sci-libs | |
parent | sci-libs/nlopt: Permit numpy-python2 (diff) | |
download | gentoo-6878452b092c6ddba0e00d2f5c61314e8024e5aa.tar.gz gentoo-6878452b092c6ddba0e00d2f5c61314e8024e5aa.tar.bz2 gentoo-6878452b092c6ddba0e00d2f5c61314e8024e5aa.zip |
sci-libs/numkit: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/numkit/numkit-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/numkit/numkit-1.1.2.ebuild b/sci-libs/numkit/numkit-1.1.2.ebuild index 19fc0f3c8168..8fb64e296e68 100644 --- a/sci-libs/numkit/numkit-1.1.2.ebuild +++ b/sci-libs/numkit/numkit-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 |