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-common/
Date: Sun, 18 Aug 2019 10:07:45
Message-Id: 1566122845.c3d1ec0db2b072fb96406e540056adffcd4b9303.mgorny@gentoo
1 commit: c3d1ec0db2b072fb96406e540056adffcd4b9303
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 08:28:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 10:07:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d1ec0d
7
8 sys-devel/clang-common: Update LICENSE for 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/clang-common-10.0.0.9999.ebuild | 2 +-
13 sys-devel/clang-common/clang-common-9.0.0.9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/clang-common/clang-common-10.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-10.0.0.9999.ebuild
17 index ce1d249d1ae..d1ce28354de 100644
18 --- a/sys-devel/clang-common/clang-common-10.0.0.9999.ebuild
19 +++ b/sys-devel/clang-common/clang-common-10.0.0.9999.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI=""
21 EGIT_REPO_URI="https://git.llvm.org/git/clang.git
22 https://github.com/llvm-mirror/clang.git"
23
24 -LICENSE="UoI-NCSA"
25 +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
26 SLOT="0"
27 KEYWORDS=""
28 IUSE=""
29
30 diff --git a/sys-devel/clang-common/clang-common-9.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-9.0.0.9999.ebuild
31 index f8f3bfc80ba..cc703baf0c5 100644
32 --- a/sys-devel/clang-common/clang-common-9.0.0.9999.ebuild
33 +++ b/sys-devel/clang-common/clang-common-9.0.0.9999.ebuild
34 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/clang.git
35 https://github.com/llvm-mirror/clang.git"
36 EGIT_BRANCH="release_90"
37
38 -LICENSE="UoI-NCSA"
39 +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
40 SLOT="0"
41 KEYWORDS=""
42 IUSE=""