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-libs/libcxx/
Date: Sun, 18 Aug 2019 10:07:50
Message-Id: 1566122853.c214cfae61197b65686e7bdda0a06483115f8c6f.mgorny@gentoo
1 commit: c214cfae61197b65686e7bdda0a06483115f8c6f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 08:56:33 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 10:07:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c214cfae
7
8 sys-libs/libcxx: Update LICENSE for 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxx/libcxx-10.0.0.9999.ebuild | 2 +-
13 sys-libs/libcxx/libcxx-9.0.0.9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
17 index 7f4a5523bd2..e1be8141143 100644
18 --- a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
19 +++ b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
20 @@ -26,7 +26,7 @@ else
21 SRC_URI=""
22 fi
23
24 -LICENSE="|| ( UoI-NCSA MIT )"
25 +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
26 SLOT="0"
27 if [[ ${PV} != *9999 ]] ; then
28 KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
29
30 diff --git a/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild
31 index 7e08263cf4b..4240c6da335 100644
32 --- a/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild
33 +++ b/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild
34 @@ -27,7 +27,7 @@ else
35 SRC_URI=""
36 fi
37
38 -LICENSE="|| ( UoI-NCSA MIT )"
39 +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
40 SLOT="0"
41 if [[ ${PV} != *9999 ]] ; then
42 KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"