Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Fri, 19 Aug 2022 16:54:49
Message-Id: 1660928030.193a77eb48527b98e55c0b53d184d1ee1983e536.sam@gentoo
1 commit: 193a77eb48527b98e55c0b53d184d1ee1983e536
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 16:53:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 16:53:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193a77eb
7
8 sci-mathematics/z3: Stabilize 4.10.2 x86, #865789
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-mathematics/z3/z3-4.10.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/z3/z3-4.10.2.ebuild b/sci-mathematics/z3/z3-4.10.2.ebuild
16 index 63a5df945bb8..16e3a209e6d1 100644
17 --- a/sci-mathematics/z3/z3-4.10.2.ebuild
18 +++ b/sci-mathematics/z3/z3-4.10.2.ebuild
19 @@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
20
21 SLOT="0/$(ver_cut 1-2)"
22 LICENSE="MIT"
23 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
25 IUSE="doc examples gmp isabelle java python"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"