diff options
author | 2023-12-16 18:16:57 +0200 | |
---|---|---|
committer | 2023-12-16 18:16:57 +0200 | |
commit | aea71502a6456c6d2d73ce8ea534f483261e3a6b (patch) | |
tree | 1b83dbf7d76073191dba0cb45bdbd8d12edba604 /sci-libs | |
parent | dev-libs/quazip: Stabilize 1.4-r1 x86, #920123 (diff) | |
download | gentoo-aea71502a6456c6d2d73ce8ea534f483261e3a6b.tar.gz gentoo-aea71502a6456c6d2d73ce8ea534f483261e3a6b.tar.bz2 gentoo-aea71502a6456c6d2d73ce8ea534f483261e3a6b.zip |
sci-libs/arpack: Stabilize 3.9.1 x86, #920124
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/arpack/arpack-3.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/arpack/arpack-3.9.1.ebuild b/sci-libs/arpack/arpack-3.9.1.ebuild index db148851c35d..14735c9c5dad 100644 --- a/sci-libs/arpack/arpack-3.9.1.ebuild +++ b/sci-libs/arpack/arpack-3.9.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" S="${WORKDIR}/${PN}-ng-${PV}" fi |