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 CF6CF138334 for ; Sat, 18 Aug 2018 22:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D537BE0825; Sat, 18 Aug 2018 22:37:03 +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 B3CDBE0825 for ; Sat, 18 Aug 2018 22:37:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D681D335D1C for ; Sat, 18 Aug 2018 22:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B47833B0 for ; Sat, 18 Aug 2018 22:36:59 +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: <1534631764.143267e33b0267b6c99a1c2146c8adad4634d7a7.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/armadillo/armadillo-8.300.2.ebuild X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 143267e33b0267b6c99a1c2146c8adad4634d7a7 X-VCS-Branch: master Date: Sat, 18 Aug 2018 22:36:59 +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: b8848576-aa84-49ba-a64a-412470c829f6 X-Archives-Hash: 79f116c72989ec873462423f7ad395f5 commit: 143267e33b0267b6c99a1c2146c8adad4634d7a7 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 18 22:36:04 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 18 22:36:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143267e3 sci-libs/armadillo: stable 8.300.2 for ppc64, bug #657244 Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" sci-libs/armadillo/armadillo-8.300.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/armadillo/armadillo-8.300.2.ebuild b/sci-libs/armadillo/armadillo-8.300.2.ebuild index dccb43520ea..16a2c23fa83 100644 --- a/sci-libs/armadillo/armadillo-8.300.2.ebuild +++ b/sci-libs/armadillo/armadillo-8.300.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0/8" -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 )"