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 A66A41384B4 for ; Tue, 10 Nov 2015 19:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D669CE086D; Tue, 10 Nov 2015 19:07:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A05BE086D for ; Tue, 10 Nov 2015 19:07:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70C1633E3A9 for ; Tue, 10 Nov 2015 19:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2269DA44 for ; Tue, 10 Nov 2015 19:07:04 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1447182409.337884307cc013b8ceaa3a58278bf5aa713775f2.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/armadillo/armadillo-6.100.1.ebuild X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 337884307cc013b8ceaa3a58278bf5aa713775f2 X-VCS-Branch: master Date: Tue, 10 Nov 2015 19:07:04 +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: e81c9666-c08f-401f-9f96-5b76cc873887 X-Archives-Hash: b46e75acfde859eb88ed2e575e482f21 commit: 337884307cc013b8ceaa3a58278bf5aa713775f2 Author: Markus Meier gentoo org> AuthorDate: Tue Nov 10 19:06:49 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Nov 10 19:06:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33788430 sci-libs/armadillo: add ~arm, bug #555896 Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" sci-libs/armadillo/armadillo-6.100.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/armadillo/armadillo-6.100.1.ebuild b/sci-libs/armadillo/armadillo-6.100.1.ebuild index 718248c..e264839 100644 --- a/sci-libs/armadillo/armadillo-6.100.1.ebuild +++ b/sci-libs/armadillo/armadillo-6.100.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0/6" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="arpack blas debug doc examples hdf5 lapack mkl superlu tbb test" REQUIRED_USE="test? ( lapack )"