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