diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-18 10:26:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-18 12:07:21 +0200 |
commit | 52efc69d3f7d7bb660e14caf1249d6b1be6af031 (patch) | |
tree | beb4c625154c3c1644cb269eef954babfed16b66 /dev-python/lit | |
parent | sys-devel/llvm: Update LICENSE for 9+ (diff) | |
download | gentoo-52efc69d3f7d7bb660e14caf1249d6b1be6af031.tar.gz gentoo-52efc69d3f7d7bb660e14caf1249d6b1be6af031.tar.bz2 gentoo-52efc69d3f7d7bb660e14caf1249d6b1be6af031.zip |
dev-python/lit: Update LICENSE for 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-10.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lit/lit-9.0.0.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild index 48607eb9c905..ca5855806da0 100644 --- a/dev-python/lit/lit-10.0.0.9999.ebuild +++ b/dev-python/lit/lit-10.0.0.9999.ebuild @@ -12,7 +12,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" diff --git a/dev-python/lit/lit-9.0.0.9999.ebuild b/dev-python/lit/lit-9.0.0.9999.ebuild index 399ab4cc6df5..c6bd8d6e177b 100644 --- a/dev-python/lit/lit-9.0.0.9999.ebuild +++ b/dev-python/lit/lit-9.0.0.9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" EGIT_BRANCH="release_90" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" |