Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/arb/
Date: Wed, 06 Jan 2021 15:19:24
Message-Id: 1609946356.af0e2e6dc84b361533b0040f610d021222abe928.grobian@gentoo
1 commit: af0e2e6dc84b361533b0040f610d021222abe928
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:18:11 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:19:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0e2e6d
7
8 sci-mathematics/arb: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sci-mathematics/arb/arb-2.17.0.ebuild | 4 ++--
14 sci-mathematics/arb/arb-2.18.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-mathematics/arb/arb-2.17.0.ebuild b/sci-mathematics/arb/arb-2.17.0.ebuild
18 index 3634a0b0bd7..b1298f379e3 100644
19 --- a/sci-mathematics/arb/arb-2.17.0.ebuild
20 +++ b/sci-mathematics/arb/arb-2.17.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fredrik-johansson/arb/archive/${PV}.tar.gz -> ${P}.t
28
29 LICENSE="LGPL-2.1+"
30 SLOT="0/2"
31 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
33 IUSE="static-libs"
34
35 RDEPEND="
36
37 diff --git a/sci-mathematics/arb/arb-2.18.1.ebuild b/sci-mathematics/arb/arb-2.18.1.ebuild
38 index 6ccf809eabf..7178e438ddd 100644
39 --- a/sci-mathematics/arb/arb-2.18.1.ebuild
40 +++ b/sci-mathematics/arb/arb-2.18.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -14,7 +14,7 @@ RESTRICT="!test? ( test )"
48
49 LICENSE="GPL-2+"
50 SLOT="0/2"
51 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
52 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
53
54 RDEPEND="
55 dev-libs/gmp:0=