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 DB644139694 for ; Sat, 1 Jul 2017 09:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C9D27401C; Sat, 1 Jul 2017 09:52:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4F2A327401B for ; Sat, 1 Jul 2017 09:52:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 44F30341940 for ; Sat, 1 Jul 2017 09:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9FA74A2 for ; Sat, 1 Jul 2017 09:52:31 +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: <1498901947.fc2eb3a4041867ea52974e5e832216922837f0d2.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: fc2eb3a4041867ea52974e5e832216922837f0d2 X-VCS-Branch: master Date: Sat, 1 Jul 2017 09:52:31 +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: 3aab8dd6-f8be-490c-af9e-0e3b47d9b1a0 X-Archives-Hash: 88c371ea9234a3db84c209622c414ae3 commit: fc2eb3a4041867ea52974e5e832216922837f0d2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 1 09:39:07 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 1 09:39:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2eb3a4 sci-libs/superlu: ia64 keyworded, bug #575366 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-libs/superlu/superlu-5.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild index 0d92137d355..1ed1911b990 100644 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild @@ -12,7 +12,7 @@ MY_PN=SuperLU if [[ ${PV} != *9999* ]]; then inherit versionator SRC_URI="http://crd.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~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=( "git://github.com/xiaoyeli/superlu" ) SLOT="0/9999" - KEYWORDS="~hppa" + KEYWORDS="~hppa ~ia64" fi DESCRIPTION="Sparse LU factorization library"