Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Thu, 28 Feb 2019 14:35:31
Message-Id: 1551364499.7644a1ca7ed4750a652037312880b2a84a5a47d8.zlogene@gentoo
1 commit: 7644a1ca7ed4750a652037312880b2a84a5a47d8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 14:34:59 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 14:34:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7644a1ca
7
8 sci-mathematics/z3: Add ~arm keyword wrt bug #677862
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="~arm"
13
14 sci-mathematics/z3/z3-4.8.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/z3/z3-4.8.4.ebuild b/sci-mathematics/z3/z3-4.8.4.ebuild
18 index 635541f00be..810edb13ba9 100644
19 --- a/sci-mathematics/z3/z3-4.8.4.ebuild
20 +++ b/sci-mathematics/z3/z3-4.8.4.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Z3Prover/z3/archive/${P}.tar.gz"
22
23 SLOT="0/4.8"
24 LICENSE="MIT"
25 -KEYWORDS="~amd64 ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
27 IUSE="doc examples gmp isabelle java openmp python"
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"