diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-23 12:52:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-23 12:52:43 +0100 |
commit | a1fff7ab232840f25ff1a1fc0d4142d84dec149a (patch) | |
tree | a585579d6ebf7f792294022913afe4b8f42ff03f /sci-mathematics | |
parent | net-im/fractal: Stabilize 6 arm64, #927601 (diff) | |
download | gentoo-a1fff7ab232840f25ff1a1fc0d4142d84dec149a.tar.gz gentoo-a1fff7ab232840f25ff1a1fc0d4142d84dec149a.tar.bz2 gentoo-a1fff7ab232840f25ff1a1fc0d4142d84dec149a.zip |
sci-mathematics/z3: Stabilize 4.13.0 arm, #927602
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/z3/z3-4.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.13.0.ebuild b/sci-mathematics/z3/z3-4.13.0.ebuild index ea1e9651b9f5..b5510680bb4a 100644 --- a/sci-mathematics/z3/z3-4.13.0.ebuild +++ b/sci-mathematics/z3/z3-4.13.0.ebuild @@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P} LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -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}" |