From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F07C4138334 for ; Fri, 13 Sep 2019 15:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA8AE0B4A; Fri, 13 Sep 2019 15:47:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12FD2E0B4A for ; Fri, 13 Sep 2019 15:47:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2623434B11F for ; Fri, 13 Sep 2019 15:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6A57E7 for ; Fri, 13 Sep 2019 15:47:27 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1568389561.f3ce077e0a156ea0fceefab02ca78ecb7692dfc0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/z3/z3-4.8.5.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f3ce077e0a156ea0fceefab02ca78ecb7692dfc0 X-VCS-Branch: master Date: Fri, 13 Sep 2019 15:47:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b02540d-b56f-4c1a-97f4-e689d35bee05 X-Archives-Hash: 09db9a17ce66c71eace67478d4a3af8f commit: f3ce077e0a156ea0fceefab02ca78ecb7692dfc0 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Sep 13 15:46:01 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Sep 13 15:46:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ce077e sci-mathematics/z3: arm stable wrt bug #693856 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> sci-mathematics/z3/z3-4.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/z3/z3-4.8.5.ebuild b/sci-mathematics/z3/z3-4.8.5.ebuild index 995aaa2c88c..e2179749439 100644 --- a/sci-mathematics/z3/z3-4.8.5.ebuild +++ b/sci-mathematics/z3/z3-4.8.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Z3Prover/z3/archive/${P^}.tar.gz" SLOT="0/4.8" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ppc64 x86" IUSE="doc examples gmp isabelle java openmp python" REQUIRED_USE="${PYTHON_REQUIRED_USE}"