Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Wed, 06 Jan 2021 15:35:37
Message-Id: 1609947185.2330a582b9c5e19bef98fe7baf227f18ac7a2458.grobian@gentoo
1 commit: 2330a582b9c5e19bef98fe7baf227f18ac7a2458
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:33:05 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:33:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2330a582
7
8 sys-libs/compiler-rt: 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 sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild | 4 ++--
14 sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild | 2 +-
15 sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild
19 index 36bc141096e..5be41f6526f 100644
20 --- a/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild
21 +++ b/sys-libs/compiler-rt/compiler-rt-10.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,7 +13,7 @@ llvm.org_set_globals
29
30 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
31 SLOT="$(ver_cut 1-3)"
32 -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
33 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
34 IUSE="+clang test"
35 RESTRICT="!test? ( test ) !clang? ( test )"
36
37
38 diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild
39 index 45cc6aa7b63..88873e2d937 100644
40 --- a/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild
41 +++ b/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild
42 @@ -13,7 +13,7 @@ llvm.org_set_globals
43
44 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
45 SLOT="$(ver_cut 1-3)"
46 -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
47 +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
48 IUSE="+clang test"
49 RESTRICT="!test? ( test ) !clang? ( test )"
50
51
52 diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
53 index 5a78551f828..b93f6aeb3aa 100644
54 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
55 +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 +# Copyright 1999-2021 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -14,7 +14,7 @@ llvm.org_set_globals
63
64 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
65 SLOT="$(ver_cut 1-3)"
66 -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
67 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
68 IUSE="+clang test"
69 RESTRICT="!test? ( test ) !clang? ( test )"