diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 12:14:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 12:19:26 +0100 |
commit | 15f23bbe7132e4eeadce21f5f2f456d55606f69c (patch) | |
tree | dbe37e20f35cf8f70b638e8dcdfc1cb3a57aaa5a /sci-mathematics/z3 | |
parent | net-wireless/blueman: Switch to new python-single-r1 API (diff) | |
download | gentoo-15f23bbe7132e4eeadce21f5f2f456d55606f69c.tar.gz gentoo-15f23bbe7132e4eeadce21f5f2f456d55606f69c.tar.bz2 gentoo-15f23bbe7132e4eeadce21f5f2f456d55606f69c.zip |
sci-mathematics/z3: Tested on python3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics/z3')
-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 70515f95c0ad..5845b66caf22 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_{5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) inherit cmake-multilib python-single-r1 toolchain-funcs |