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-devel/clang-runtime/
Date: Wed, 06 Jan 2021 15:32:21
Message-Id: 1609946964.997607a015bc3dd9e3717a154c21d51d1dd6264a.grobian@gentoo
1 commit: 997607a015bc3dd9e3717a154c21d51d1dd6264a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:29:24 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:29:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997607a0
7
8 sys-devel/clang-runtime: 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-devel/clang-runtime/clang-runtime-10.0.1.ebuild | 4 ++--
14 sys-devel/clang-runtime/clang-runtime-11.0.0.ebuild | 4 ++--
15 sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-10.0.1.ebuild
19 index 04d3897324e..be71ca31a5a 100644
20 --- a/sys-devel/clang-runtime/clang-runtime-10.0.1.ebuild
21 +++ b/sys-devel/clang-runtime/clang-runtime-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 @@ -11,7 +11,7 @@ SRC_URI=""
29
30 LICENSE="metapackage"
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="+compiler-rt libcxx openmp +sanitize"
35 REQUIRED_USE="sanitize? ( compiler-rt )"
36
37
38 diff --git a/sys-devel/clang-runtime/clang-runtime-11.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-11.0.0.ebuild
39 index 0351fd5fb70..c7b7ec0ae63 100644
40 --- a/sys-devel/clang-runtime/clang-runtime-11.0.0.ebuild
41 +++ b/sys-devel/clang-runtime/clang-runtime-11.0.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -11,7 +11,7 @@ SRC_URI=""
49
50 LICENSE="metapackage"
51 SLOT="$(ver_cut 1-3)"
52 -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
53 +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
54 IUSE="+compiler-rt libcxx openmp +sanitize"
55 REQUIRED_USE="sanitize? ( compiler-rt )"
56
57
58 diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild
59 index 04d3897324e..be71ca31a5a 100644
60 --- a/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild
61 +++ b/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -11,7 +11,7 @@ SRC_URI=""
69
70 LICENSE="metapackage"
71 SLOT="$(ver_cut 1-3)"
72 -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
73 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
74 IUSE="+compiler-rt libcxx openmp +sanitize"
75 REQUIRED_USE="sanitize? ( compiler-rt )"