diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-23 12:52:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-23 12:52:49 +0100 |
commit | 3e2c18ad90b4b820dddf02e504ad1794797eca63 (patch) | |
tree | 5dbddb9d4a55b5e0b85699537784a950f67320ac /sci-mathematics/z3 | |
parent | sci-mathematics/z3: Stabilize 4.13.0 x86, #927602 (diff) | |
download | gentoo-3e2c18ad90b4b820dddf02e504ad1794797eca63.tar.gz gentoo-3e2c18ad90b4b820dddf02e504ad1794797eca63.tar.bz2 gentoo-3e2c18ad90b4b820dddf02e504ad1794797eca63.zip |
sci-mathematics/z3: Stabilize 4.13.0 arm64, #927602
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics/z3')
-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 8d44d3c5c345..3ebd68cb57a5 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}" |