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 B4DC7138334 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 BDE3CE0ABD; 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 A322EE0ABD 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 925FD349D9E 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 2B97576E 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: <1566122848.ff3efacb4a7cee8c74e541eb38330c9322e558f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-10.0.0.9999.ebuild dev-util/lldb/lldb-9.0.0.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff3efacb4a7cee8c74e541eb38330c9322e558f0 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: 63f670a2-db43-4650-bfba-f535ccf507bb X-Archives-Hash: 25101584a2cb08dcd4b42aa46aab03a9 commit: ff3efacb4a7cee8c74e541eb38330c9322e558f0 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 18 08:46:08 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 18 10:07:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3efacb dev-util/lldb: Update LICENSE for 9+ Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.0.9999.ebuild | 2 +- dev-util/lldb/lldb-9.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index b28959dc3c2..5a0c6f7f6ed 100644 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild @@ -17,7 +17,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/lldb.git https://github.com/llvm-mirror/lldb.git" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="libedit ncurses +python test" diff --git a/dev-util/lldb/lldb-9.0.0.9999.ebuild b/dev-util/lldb/lldb-9.0.0.9999.ebuild index 6c729010c45..0a3d3cede2c 100644 --- a/dev-util/lldb/lldb-9.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-9.0.0.9999.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/lldb.git https://github.com/llvm-mirror/lldb.git" EGIT_BRANCH="release_90" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="libedit ncurses +python test"