diff options
author | 2021-02-18 08:35:19 +0000 | |
---|---|---|
committer | 2021-02-18 08:35:19 +0000 | |
commit | f5a7d0022ba67eccfff30164daf88a3a20c53ae9 (patch) | |
tree | 4b672c2131363926b1a1d14e166738e550578454 /sci-libs/pastix | |
parent | sci-libs/netcdf-cxx: Stabilize 4.3.0 x86, #765760 (diff) | |
download | gentoo-f5a7d0022ba67eccfff30164daf88a3a20c53ae9.tar.gz gentoo-f5a7d0022ba67eccfff30164daf88a3a20c53ae9.tar.bz2 gentoo-f5a7d0022ba67eccfff30164daf88a3a20c53ae9.zip |
sci-libs/pastix: Stabilize 5.2.3 x86, #765760
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pastix')
-rw-r--r-- | sci-libs/pastix/pastix-5.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index 427056e89502..e037c0db69ae 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}. LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="doc int64 mpi +smp starpu static-libs" RDEPEND=" |