Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/
Date: Tue, 18 Jan 2022 21:50:41
Message-Id: 1642542595.16c3abe65d670261dcc96aab6d2981b10a296665.jsmolic@gentoo
1 commit: 16c3abe65d670261dcc96aab6d2981b10a296665
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 21:49:55 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 21:49:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c3abe6
7
8 sci-mathematics/pari: Stabilize 2.13.3 amd64, #831413
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-mathematics/pari/pari-2.13.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/pari/pari-2.13.3.ebuild b/sci-mathematics/pari/pari-2.13.3.ebuild
16 index 3d8273de659b..b6caf6f2e9f6 100644
17 --- a/sci-mathematics/pari/pari-2.13.3.ebuild
18 +++ b/sci-mathematics/pari/pari-2.13.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ LICENSE="GPL-2"
26 # The subslot is the value of $soname_num obtained from
27 # upstream's config/version script.
28 SLOT="0/7"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
31 IUSE="data doc fltk gmp test threads X"
32 RESTRICT="!test? ( test )"