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 92034138334 for ; Sat, 18 Aug 2018 22:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E7CCE07EF; Sat, 18 Aug 2018 22:37:02 +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 6D738E07EF for ; Sat, 18 Aug 2018 22:37:02 +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 33B9B340E30 for ; Sat, 18 Aug 2018 22:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54ACB3AB 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: <1534631723.ea71a4a8a5db6b48f571838caecaeb4109d981de.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/superlu/superlu-5.2.1-r1.ebuild X-VCS-Directories: sci-libs/superlu/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ea71a4a8a5db6b48f571838caecaeb4109d981de 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: 1a14f4d4-486e-418c-9f0a-124e52ab547d X-Archives-Hash: b01dae0f0768ce0f9d5f14cdc0d0c817 commit: ea71a4a8a5db6b48f571838caecaeb4109d981de Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 18 22:35:23 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 18 22:35:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea71a4a8 sci-libs/superlu: stable 5.2.1-r1 for ppc64, bug #657244 Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" sci-libs/superlu/superlu-5.2.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild index a0f4af49578..8a4ea865cdb 100644 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild +++ b/sci-libs/superlu/superlu-5.2.1-r1.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 @@ -12,7 +12,7 @@ MY_PN=SuperLU if [[ ${PV} != *9999* ]]; then inherit versionator SRC_URI="http://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0/$(get_major_version)" S="${WORKDIR}/SuperLU_${PV}" else @@ -20,7 +20,7 @@ else GIT_ECLASS="git-r3" EGIT_REPO_URI="https://github.com/xiaoyeli/${PN}" SLOT="0/9999" - KEYWORDS="~arm64 ~hppa ~ia64 ~sparc" + KEYWORDS="~arm64 ~hppa ~ia64 ppc64 ~sparc" fi DESCRIPTION="Sparse LU factorization library"