diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 19:46:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 19:46:03 +0100 |
commit | fc40bb832ef3c4853621e1050c0a34cf1fa96e9c (patch) | |
tree | 67cb12e9705ee3bf42ae06feb76a7137221242cd /sci-mathematics/z3 | |
parent | sci-mathematics/z3: Stabilize 4.12.4 x86, #921493 (diff) | |
download | gentoo-fc40bb832ef3c4853621e1050c0a34cf1fa96e9c.tar.gz gentoo-fc40bb832ef3c4853621e1050c0a34cf1fa96e9c.tar.bz2 gentoo-fc40bb832ef3c4853621e1050c0a34cf1fa96e9c.zip |
sci-mathematics/z3: Stabilize 4.12.4 amd64, #921493
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics/z3')
-rw-r--r-- | sci-mathematics/z3/z3-4.12.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.12.4.ebuild b/sci-mathematics/z3/z3-4.12.4.ebuild index 73a9f93f28b0..cf753fc55f33 100644 --- a/sci-mathematics/z3/z3-4.12.4.ebuild +++ b/sci-mathematics/z3/z3-4.12.4.ebuild @@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P} SLOT="0/$(ver_cut 1-2)" LICENSE="MIT" -KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc x86" IUSE="doc examples gmp isabelle java python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |