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, 18 Aug 2018 22:37:03
Message-Id: 1534631723.ea71a4a8a5db6b48f571838caecaeb4109d981de.slyfox@gentoo
1 commit: ea71a4a8a5db6b48f571838caecaeb4109d981de
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 22:35:23 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 22:35:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea71a4a8
7
8 sci-libs/superlu: stable 5.2.1-r1 for ppc64, bug #657244
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ppc64"
12
13 sci-libs/superlu/superlu-5.2.1-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
17 index a0f4af49578..8a4ea865cdb 100644
18 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild
19 +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ MY_PN=SuperLU
27 if [[ ${PV} != *9999* ]]; then
28 inherit versionator
29 SRC_URI="http://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
32 SLOT="0/$(get_major_version)"
33 S="${WORKDIR}/SuperLU_${PV}"
34 else
35 @@ -20,7 +20,7 @@ else
36 GIT_ECLASS="git-r3"
37 EGIT_REPO_URI="https://github.com/xiaoyeli/${PN}"
38 SLOT="0/9999"
39 - KEYWORDS="~arm64 ~hppa ~ia64 ~sparc"
40 + KEYWORDS="~arm64 ~hppa ~ia64 ppc64 ~sparc"
41 fi
42
43 DESCRIPTION="Sparse LU factorization library"