diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-24 03:16:43 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-24 03:16:43 +0200 |
commit | da5164cbc1d9d8617f14a9bc0c0efca641716d37 (patch) | |
tree | 466fe2dddb3d81264c5e383d5f05e2908d040aa6 | |
parent | sci-libs/armadillo: x86 stable (bug #657244) (diff) | |
download | gentoo-da5164cbc1d9d8617f14a9bc0c0efca641716d37.tar.gz gentoo-da5164cbc1d9d8617f14a9bc0c0efca641716d37.tar.bz2 gentoo-da5164cbc1d9d8617f14a9bc0c0efca641716d37.zip |
sci-libs/superlu: x86 stable (bug #657244)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r-- | sci-libs/superlu/superlu-5.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/superlu/superlu-5.2.1-r1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild index 5756ea63e2f6..ad93fe85e938 100644 --- a/sci-libs/superlu/superlu-5.2.1-r1.ebuild +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild @@ -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="amd64 ~arm64 ~hppa ~ia64 ppc64 ~sparc" + KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc64 ~sparc x86" fi DESCRIPTION="Sparse LU factorization library" |