From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E68E138334 for ; Sun, 18 Aug 2019 10:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5588E0ABB; Sun, 18 Aug 2019 10:07:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BF90E0ABB for ; Sun, 18 Aug 2019 10:07:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93A7F349DA4 for ; Sun, 18 Aug 2019 10:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1827176D for ; Sun, 18 Aug 2019 10:07:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1566122847.5f92b7d823033e48bcdf7dac0b0bcb7e1cccc2bb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-10.0.0.9999.ebuild dev-python/clang-python/clang-python-9.0.0.9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f92b7d823033e48bcdf7dac0b0bcb7e1cccc2bb X-VCS-Branch: master Date: Sun, 18 Aug 2019 10:07:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88417586-6c2e-48dc-9eec-cfde01787c4f X-Archives-Hash: ae3f2ac98c81d828319eb0f05c2ce00e commit: 5f92b7d823033e48bcdf7dac0b0bcb7e1cccc2bb Author: Michał Górny gentoo org> AuthorDate: Sun Aug 18 08:43:48 2019 +0000 Commit: Michał Górny gentoo 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 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"