Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Sun, 17 Feb 2019 17:09:21
Message-Id: 1550423350.c2c298bd4aaaf977ee67355fb7cb52b4d5165aea.slyfox@gentoo
1 commit: c2c298bd4aaaf977ee67355fb7cb52b4d5165aea
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 17:09:10 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 17:09:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c298bd
7
8 sci-mathematics/z3: keyworded 4.8.4 for ppc64, bug #677862
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
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 5f7ce1c77b0..635541f00be 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 ~x86"
26 +KEYWORDS="~amd64 ~ppc64 ~x86"
27 IUSE="doc examples gmp isabelle java openmp python"
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"