commit: 5f92b7d823033e48bcdf7dac0b0bcb7e1cccc2bb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 08:43:48 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 10:07:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f92b7d8
dev-python/clang-python: Update LICENSE for 9+ Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/clang-python/clang-python-10.0.0.9999.ebuild | 2 +- dev-python/clang-python/clang-python-9.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/clang-python/clang-python-10.0.0.9999.ebuild b/dev-python/clang-python/clang-python-10.0.0.9999.ebuild index 506f79114d2..ce6a903df4a 100644 --- a/dev-python/clang-python/clang-python-10.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-10.0.0.9999.ebuild @@ -12,7 +12,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/clang.git https://github.com/llvm-mirror/clang.git" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" diff --git a/dev-python/clang-python/clang-python-9.0.0.9999.ebuild b/dev-python/clang-python/clang-python-9.0.0.9999.ebuild index 6bf0e1c8573..70de2ed5512 100644 --- a/dev-python/clang-python/clang-python-9.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-9.0.0.9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/clang.git https://github.com/llvm-mirror/clang.git" EGIT_BRANCH="release_90" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test"
