diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:07:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:12:43 +0100 |
commit | 9ab2bf87153f864e9794f3f7dacf38b4e4e47614 (patch) | |
tree | 56683d7449370a607e0ca6e186a58fb7822176e4 /sci-mathematics | |
parent | sci-libs/clblas: Remove py2 (diff) | |
download | gentoo-9ab2bf87153f864e9794f3f7dacf38b4e4e47614.tar.gz gentoo-9ab2bf87153f864e9794f3f7dacf38b4e4e47614.tar.bz2 gentoo-9ab2bf87153f864e9794f3f7dacf38b4e4e47614.zip |
sci-mathematics/z3: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/z3/z3-4.8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.8.6.ebuild b/sci-mathematics/z3/z3-4.8.6.ebuild index 24aed3818759..fe56e09602bd 100644 --- a/sci-mathematics/z3/z3-4.8.6.ebuild +++ b/sci-mathematics/z3/z3-4.8.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-multilib python-single-r1 toolchain-funcs |