Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Thu, 23 Jan 2020 10:20:31
Message-Id: 1579774794.4ae5de02019bc3c90773a477b9c024c8d062984f.zlogene@gentoo
1 commit: 4ae5de02019bc3c90773a477b9c024c8d062984f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 23 10:19:18 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 23 10:19:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae5de02
7
8 sys-devel/clang-runtime: amd64 stable wrt bug #705530
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild
18 index 6250baa76c9..d4fd464129c 100644
19 --- a/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild
20 +++ b/sys-devel/clang-runtime/clang-runtime-9.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 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=""
28
29 LICENSE="metapackage"
30 SLOT="$(ver_cut 1-3)"
31 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
33 IUSE="+compiler-rt libcxx openmp +sanitize"
34 REQUIRED_USE="sanitize? ( compiler-rt )"