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: dev-util/lldb/
Date: Sun, 18 Aug 2019 10:07:47
Message-Id: 1566122848.ff3efacb4a7cee8c74e541eb38330c9322e558f0.mgorny@gentoo
1 commit: ff3efacb4a7cee8c74e541eb38330c9322e558f0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 08:46:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 10:07:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3efacb
7
8 dev-util/lldb: Update LICENSE for 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/lldb/lldb-10.0.0.9999.ebuild | 2 +-
13 dev-util/lldb/lldb-9.0.0.9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild
17 index b28959dc3c2..5a0c6f7f6ed 100644
18 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild
19 +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild
20 @@ -17,7 +17,7 @@ SRC_URI=""
21 EGIT_REPO_URI="https://git.llvm.org/git/lldb.git
22 https://github.com/llvm-mirror/lldb.git"
23
24 -LICENSE="UoI-NCSA"
25 +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
26 SLOT="0"
27 KEYWORDS=""
28 IUSE="libedit ncurses +python test"
29
30 diff --git a/dev-util/lldb/lldb-9.0.0.9999.ebuild b/dev-util/lldb/lldb-9.0.0.9999.ebuild
31 index 6c729010c45..0a3d3cede2c 100644
32 --- a/dev-util/lldb/lldb-9.0.0.9999.ebuild
33 +++ b/dev-util/lldb/lldb-9.0.0.9999.ebuild
34 @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/lldb.git
35 https://github.com/llvm-mirror/lldb.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="libedit ncurses +python test"