diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-22 10:04:10 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-22 10:04:10 +0200 |
commit | 8078002f52fc25062686b58179564e9fa87a2940 (patch) | |
tree | 884189d1579d4ff67fe5a4bea59a848bd16b27cb /sci-mathematics/z3 | |
parent | sci-mathematics/z3: Stabilize 4.11.2 arm64, #872290 (diff) | |
download | gentoo-8078002f52fc25062686b58179564e9fa87a2940.tar.gz gentoo-8078002f52fc25062686b58179564e9fa87a2940.tar.bz2 gentoo-8078002f52fc25062686b58179564e9fa87a2940.zip |
sci-mathematics/z3: Stabilize 4.11.2 arm, #872290
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-mathematics/z3')
-rw-r--r-- | sci-mathematics/z3/z3-4.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.11.2.ebuild b/sci-mathematics/z3/z3-4.11.2.ebuild index 11ce984b9ecc..f26a148b6241 100644 --- a/sci-mathematics/z3/z3-4.11.2.ebuild +++ b/sci-mathematics/z3/z3-4.11.2.ebuild @@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P} SLOT="0/$(ver_cut 1-2)" LICENSE="MIT" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc examples gmp isabelle java python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |