diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-07 11:59:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-07 12:02:40 +0200 |
commit | cf81455e50106d20051f4aef533f88f86606f9a9 (patch) | |
tree | bc050d8c914b4ce7c86b933a1daece527724c1bb /sci-mathematics | |
parent | app-admin/awscli: Bump to 1.25.24 (diff) | |
download | gentoo-cf81455e50106d20051f4aef533f88f86606f9a9.tar.gz gentoo-cf81455e50106d20051f4aef533f88f86606f9a9.tar.bz2 gentoo-cf81455e50106d20051f4aef533f88f86606f9a9.zip |
sci-mathematics/z3: Fix subslot in 4.9.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/z3/z3-4.9.1-r1.ebuild (renamed from sci-mathematics/z3/z3-4.9.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.9.1.ebuild b/sci-mathematics/z3/z3-4.9.1-r1.ebuild index b557f8de52dc..57224c747cf3 100644 --- a/sci-mathematics/z3/z3-4.9.1.ebuild +++ b/sci-mathematics/z3/z3-4.9.1-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/Z3Prover/z3/" SRC_URI="https://github.com/Z3Prover/z3/archive/${P}.tar.gz" S=${WORKDIR}/z3-${P} -SLOT="0/4.8" +SLOT="0/$(ver_cut 1-2)" LICENSE="MIT" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc examples gmp isabelle java python" |