Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/
Date: Sat, 24 Jul 2021 20:23:53
Message-Id: 1627158205.72a5e705e31d571b75705f60feca0b17521adfed.mattst88@gentoo
1 commit: 72a5e705e31d571b75705f60feca0b17521adfed
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 19:57:53 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 20:23:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5e705
7
8 sci-libs/pastix: Drop ~alpha keywords, bug #764023
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sci-libs/pastix/pastix-5.2.2.22-r1.ebuild | 2 +-
13 sci-libs/pastix/pastix-5.2.3.ebuild | 2 +-
14 sci-libs/pastix/pastix-6.0.3.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
18 index 16806da1420..dbb6464862a 100644
19 --- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
20 +++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
21 @@ -28,7 +28,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${PN}_${PV}.tar.bz2"
22
23 LICENSE="CeCILL-C"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
27 IUSE="doc int64 mpi +smp starpu static-libs"
28
29 RDEPEND="
30
31 diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild
32 index 767d81754b5..79b393d3665 100644
33 --- a/sci-libs/pastix/pastix-5.2.3.ebuild
34 +++ b/sci-libs/pastix/pastix-5.2.3.ebuild
35 @@ -21,7 +21,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.
36
37 LICENSE="CeCILL-C"
38 SLOT="0"
39 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
40 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
41 IUSE="doc int64 mpi +smp starpu static-libs"
42
43 RDEPEND="
44
45 diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild
46 index a711d69037f..7131f14b3a7 100644
47 --- a/sci-libs/pastix/pastix-6.0.3.ebuild
48 +++ b/sci-libs/pastix/pastix-6.0.3.ebuild
49 @@ -15,7 +15,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/${PID}/${P}.tar.gz"
50
51 LICENSE="CeCILL-C"
52 SLOT="0"
53 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
54 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
55 IUSE="cuda examples +fortran int64 metis mpi +python +scotch starpu test"
56
57 RESTRICT="!test? ( test )"