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 D1EA6139694 for ; Fri, 24 Feb 2017 00:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE35E0CBD; Fri, 24 Feb 2017 00:13:56 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC008E0CBC for ; Fri, 24 Feb 2017 00:13:56 +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 A29313416DD for ; Fri, 24 Feb 2017 00:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F34AA525E for ; Fri, 24 Feb 2017 00:13:53 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487895211.e032f777bd7394dfb6d40c1894ba621fb3845018.xmw@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.200.3.ebuild X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e032f777bd7394dfb6d40c1894ba621fb3845018 X-VCS-Branch: master Date: Fri, 24 Feb 2017 00:13:53 +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: fa90e8ea-c1eb-49c7-9c3b-ff1b87ba4e82 X-Archives-Hash: 901dcbab8f31304fb8b0a97a1988c616 commit: e032f777bd7394dfb6d40c1894ba621fb3845018 Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 23:28:58 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Feb 24 00:13:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e032f777 sci-libs/armadillo: ppc64 stable (bug 602564). Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/armadillo/armadillo-6.200.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/armadillo/armadillo-6.200.3.ebuild b/sci-libs/armadillo/armadillo-6.200.3.ebuild index 35e87855aa..30b77e5257 100644 --- a/sci-libs/armadillo/armadillo-6.200.3.ebuild +++ b/sci-libs/armadillo/armadillo-6.200.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0/6" -KEYWORDS="amd64 ~arm ~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 )"