Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Mon, 16 Sep 2019 22:14:02
Message-Id: 1568672022.824cd4dc872e032a7f12ed270c9833ae36867ba6.bman@gentoo
1 commit: 824cd4dc872e032a7f12ed270c9833ae36867ba6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 16 21:52:18 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 16 22:13:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824cd4dc
7
8 sci-mathematics/z3: arm64 stable (bug #693856)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12
13 sci-mathematics/z3/z3-4.8.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/z3/z3-4.8.5.ebuild b/sci-mathematics/z3/z3-4.8.5.ebuild
17 index e2179749439..655c7b28fe6 100644
18 --- a/sci-mathematics/z3/z3-4.8.5.ebuild
19 +++ b/sci-mathematics/z3/z3-4.8.5.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Z3Prover/z3/archive/${P^}.tar.gz"
21
22 SLOT="0/4.8"
23 LICENSE="MIT"
24 -KEYWORDS="amd64 arm ~arm64 ppc64 x86"
25 +KEYWORDS="amd64 arm arm64 ppc64 x86"
26 IUSE="doc examples gmp isabelle java openmp python"
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"