Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/
Date: Sat, 08 Jul 2017 09:25:31
Message-Id: 1499505904.bceec76517cad88be4e1d02627633a65ec8ac904.aballier@gentoo
1 commit: bceec76517cad88be4e1d02627633a65ec8ac904
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 09:25:04 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 09:25:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceec765
7
8 sci-libs/superlu: keyword ~arm64
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 1ed1911b990..0dae1c85b8d 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 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 ~ia64"
33 + KEYWORDS="~arm64 ~hppa ~ia64"
34 fi
35
36 DESCRIPTION="Sparse LU factorization library"