From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D764159CA5 for ; Mon, 21 Mar 2016 11:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1174021C012; Mon, 21 Mar 2016 11:19:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B0E621C012 for ; Mon, 21 Mar 2016 11:19:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83E8734091A for ; Mon, 21 Mar 2016 11:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 306F5850 for ; Mon, 21 Mar 2016 11:19:22 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <1458559153.9a7b2115e09ee80284bbaddf58ef0141a79c3212.tomka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/normaliz/normaliz-3.1.0.ebuild X-VCS-Directories: sci-mathematics/normaliz/ X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: 9a7b2115e09ee80284bbaddf58ef0141a79c3212 X-VCS-Branch: master Date: Mon, 21 Mar 2016 11:19:22 +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-Archives-Salt: 1c12da80-6d32-4b9e-a20b-55361ae10605 X-Archives-Hash: 4a8c6a828245a510669aea7407a0269f commit: 9a7b2115e09ee80284bbaddf58ef0141a79c3212 Author: Thomas Kahle gentoo org> AuthorDate: Mon Mar 21 11:17:41 2016 +0000 Commit: Thomas Kahle gentoo org> CommitDate: Mon Mar 21 11:19:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7b2115 sci-mathematics/normaliz: ~arm added to latest version. Package-Manager: portage-2.2.26 sci-mathematics/normaliz/normaliz-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/normaliz/normaliz-3.1.0.ebuild b/sci-mathematics/normaliz/normaliz-3.1.0.ebuild index 161c894..b0818aa 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.0.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/02/Norma LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc extras openmp" RDEPEND="dev-libs/gmp[cxx]"