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 6CBFF138334 for ; Sun, 18 Aug 2019 10:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C9BE0AB2; Sun, 18 Aug 2019 10:07:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D0AEE0AB2 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 B5148349DA1 for ; Sun, 18 Aug 2019 10:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A973F768 for ; Sun, 18 Aug 2019 10:07:38 +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: <1566122841.52efc69d3f7d7bb660e14caf1249d6b1be6af031.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-10.0.0.9999.ebuild dev-python/lit/lit-9.0.0.9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52efc69d3f7d7bb660e14caf1249d6b1be6af031 X-VCS-Branch: master Date: Sun, 18 Aug 2019 10:07:38 +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: be83db6e-3290-4ebc-8375-4a95d97b5099 X-Archives-Hash: 66a7b0f8ae78468cf89f76464ccb15ef commit: 52efc69d3f7d7bb660e14caf1249d6b1be6af031 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 18 08:26:48 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 18 10:07:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52efc69d dev-python/lit: Update LICENSE for 9+ Signed-off-by: Michał Górny gentoo.org> dev-python/lit/lit-10.0.0.9999.ebuild | 2 +- 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 48607eb9c90..ca5855806da 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 399ab4cc6df..c6bd8d6e177 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"