Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/
Date: Sat, 01 Jul 2017 09:52:39
Message-Id: 1498901947.fc2eb3a4041867ea52974e5e832216922837f0d2.slyfox@gentoo
1 commit: fc2eb3a4041867ea52974e5e832216922837f0d2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 09:39:07 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 09:39:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2eb3a4
7
8 sci-libs/superlu: ia64 keyworded, bug #575366
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-libs/superlu/superlu-5.2.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
16 index 0d92137d355..1ed1911b990 100644
17 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild
18 +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
19 @@ -12,7 +12,7 @@ MY_PN=SuperLU
20 if [[ ${PV} != *9999* ]]; then
21 inherit versionator
22 SRC_URI="http://crd.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 SLOT="0/$(get_major_version)"
26 S="${WORKDIR}/SuperLU_${PV}"
27 else
28 @@ -20,7 +20,7 @@ else
29 GIT_ECLASS="git-r3"
30 EGIT_REPO_URI=( "git://github.com/xiaoyeli/superlu" )
31 SLOT="0/9999"
32 - KEYWORDS="~hppa"
33 + KEYWORDS="~hppa ~ia64"
34 fi
35
36 DESCRIPTION="Sparse LU factorization library"