Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Wed, 16 Jan 2019 14:52:49
Message-Id: 1547650345.79dcd47c7f4f4b1cbff75d27377af3eeea73ccc7.mgorny@gentoo
1 commit: 79dcd47c7f4f4b1cbff75d27377af3eeea73ccc7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 13:37:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 14:52:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79dcd47c
7
8 sys-devel/clang-runtime: Trunk is now 9.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild
16 index 43a7e11f5ce..feee635ea14 100644
17 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild
18 +++ b/sys-devel/clang-runtime/clang-runtime-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI=""
26
27 LICENSE="metapackage"
28 # Note: keep it matching clang-9999 version
29 -SLOT="8.0.0"
30 +SLOT="9.0.0"
31 KEYWORDS=""
32 IUSE="+compiler-rt crt libcxx openmp +sanitize"