Diff superlu-4.3-r2 with a superlu-4.3-r3

/usr/portage/sci-libs/superlu/superlu-4.3-r3.ebuild 2023-10-09 14:52:35.100368492 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
9 9

  
10 10
DESCRIPTION="Sparse LU factorization library"
11 11
HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
12
#SRC_URI="https://portal.nersc.gov/project/sparse/${PN}/${PN}_${PV}.tar.gz"
13
# Archive of weird franken-version which we used as 4.3 but upstream changed
14
# the above tarball ^. The franken-version we used seemed to have 4.1 references in it?
15
# bug #862597.
16
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}_${PV}.tar.gz"
12
# See bug #862597 for .new, can drop on next version
13
SRC_URI="https://portal.nersc.gov/project/sparse/${PN}/${PN}_${PV}.tar.gz -> ${PN}_${PV}.new.tar.gz"
17 14
S="${WORKDIR}/${MY_PN}_${PV}"
18 15

  
19 16
LICENSE="BSD"
20 17
SLOT="0"
21
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
18
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
22 19
IUSE="doc examples test"
23 20
RESTRICT="!test? ( test )"
24 21

  
Thank you!