diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-18 23:35:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-18 23:35:23 +0100 |
commit | ea71a4a8a5db6b48f571838caecaeb4109d981de (patch) | |
tree | fef77519a29bcf543048f2c6e3eb5ec36993b4b7 /sci-libs/superlu | |
parent | dev-python/precis-i18n: keyworded 1.0.0 for ppc64, bug #663732 (diff) | |
download | gentoo-ea71a4a8a5db6b48f571838caecaeb4109d981de.tar.gz gentoo-ea71a4a8a5db6b48f571838caecaeb4109d981de.tar.bz2 gentoo-ea71a4a8a5db6b48f571838caecaeb4109d981de.zip |
sci-libs/superlu: stable 5.2.1-r1 for ppc64, bug #657244
Package-Manager: Portage-2.3.46, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'sci-libs/superlu')
-rw-r--r-- | sci-libs/superlu/superlu-5.2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild index a0f4af495788..8a4ea865cdb9 100644 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN=SuperLU if [[ ${PV} != *9999* ]]; then inherit versionator SRC_URI="http://crd-legacy.lbl.gov/~xiaoye/SuperLU//${PN}_${PV}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0/$(get_major_version)" S="${WORKDIR}/SuperLU_${PV}" else @@ -20,7 +20,7 @@ else GIT_ECLASS="git-r3" EGIT_REPO_URI="https://github.com/xiaoyeli/${PN}" SLOT="0/9999" - KEYWORDS="~arm64 ~hppa ~ia64 ~sparc" + KEYWORDS="~arm64 ~hppa ~ia64 ppc64 ~sparc" fi DESCRIPTION="Sparse LU factorization library" |