Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/
Date: Sat, 29 Apr 2017 12:42:44
Message-Id: 1493469754.25b555298139b0b17a7e0cd28e7a06804d34730d.jer@gentoo
1 commit: 25b555298139b0b17a7e0cd28e7a06804d34730d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 12:42:34 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 12:42:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b55529
7
8 sci-libs/superlu: Mark ~hppa (bug #575366).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --ignore-arches
12
13 sci-libs/superlu/superlu-4.3-r1.ebuild | 4 ++--
14 sci-libs/superlu/superlu-5.2.1-r1.ebuild | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild b/sci-libs/superlu/superlu-4.3-r1.ebuild
18 index 52ca055fcc8..cbd30cf8732 100644
19 --- a/sci-libs/superlu/superlu-4.3-r1.ebuild
20 +++ b/sci-libs/superlu/superlu-4.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE}/${PN}_${PV}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
32 +KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
33 IUSE="doc examples static-libs test"
34
35 RDEPEND="
36
37 diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
38 index 68794d1e51c..0d92137d355 100644
39 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild
40 +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -12,7 +12,7 @@ MY_PN=SuperLU
48 if [[ ${PV} != *9999* ]]; then
49 inherit versionator
50 SRC_URI="http://crd.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz"
51 - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
52 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
53 SLOT="0/$(get_major_version)"
54 S="${WORKDIR}/SuperLU_${PV}"
55 else
56 @@ -20,7 +20,7 @@ else
57 GIT_ECLASS="git-r3"
58 EGIT_REPO_URI=( "git://github.com/xiaoyeli/superlu" )
59 SLOT="0/9999"
60 - KEYWORDS=""
61 + KEYWORDS="~hppa"
62 fi
63
64 DESCRIPTION="Sparse LU factorization library"