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 746D9138334 for ; Sun, 17 Feb 2019 17:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E82EE091F; Sun, 17 Feb 2019 17:09:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6955AE091F for ; Sun, 17 Feb 2019 17:09:20 +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 D414A335CE9 for ; Sun, 17 Feb 2019 17:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C9C844B for ; Sun, 17 Feb 2019 17:09:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1550423350.c2c298bd4aaaf977ee67355fb7cb52b4d5165aea.slyfox@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.4.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c2c298bd4aaaf977ee67355fb7cb52b4d5165aea X-VCS-Branch: master Date: Sun, 17 Feb 2019 17:09:17 +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: c251a010-64fe-4f99-9c6f-ca0159b2a215 X-Archives-Hash: 1e042abd41ab8f65c201ca87954accb4 commit: c2c298bd4aaaf977ee67355fb7cb52b4d5165aea Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 17 17:09:10 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 17 17:09:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c298bd sci-mathematics/z3: keyworded 4.8.4 for ppc64, bug #677862 Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> sci-mathematics/z3/z3-4.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/z3/z3-4.8.4.ebuild b/sci-mathematics/z3/z3-4.8.4.ebuild index 5f7ce1c77b0..635541f00be 100644 --- a/sci-mathematics/z3/z3-4.8.4.ebuild +++ b/sci-mathematics/z3/z3-4.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Z3Prover/z3/archive/${P}.tar.gz" SLOT="0/4.8" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc examples gmp isabelle java openmp python" REQUIRED_USE="${PYTHON_REQUIRED_USE}"