Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Sat, 08 Jan 2022 18:03:43
Message-Id: 1641664898.ee8ef21220e5167577ca9fdcf4e7dc418af25d19.jsmolic@gentoo
1 commit: ee8ef21220e5167577ca9fdcf4e7dc418af25d19
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 18:01:38 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 18:01:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8ef212
7
8 sci-mathematics/z3: Stabilize 4.8.13 x86, #830771
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-mathematics/z3/z3-4.8.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/z3/z3-4.8.13.ebuild b/sci-mathematics/z3/z3-4.8.13.ebuild
16 index 488e59de75e0..71f9d26c5e57 100644
17 --- a/sci-mathematics/z3/z3-4.8.13.ebuild
18 +++ b/sci-mathematics/z3/z3-4.8.13.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ S=${WORKDIR}/z3-${P}
26
27 SLOT="0/4.8"
28 LICENSE="MIT"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
31 IUSE="doc examples gmp isabelle java python"
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"