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 CD594138334 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 ABDA5E0AB9; Sun, 18 Aug 2019 10:07:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 93520E0AB9 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 95154349DA5 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 78B45772 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: <1566122852.32790acf72ddf6a069eb1faf645f8e6e85eabf83.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild sys-libs/libcxxabi/libcxxabi-9.0.0.9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32790acf72ddf6a069eb1faf645f8e6e85eabf83 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: 8cdae40a-2217-4793-8cc1-b5446a185ce6 X-Archives-Hash: c8270cb834dd750e452491183d12408d commit: 32790acf72ddf6a069eb1faf645f8e6e85eabf83 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 18 08:56:05 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 18 10:07:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32790acf sys-libs/libcxxabi: Update LICENSE for 9+ Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild | 2 +- sys-libs/libcxxabi/libcxxabi-9.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild index 8d9edb34934..316f3e78ca8 100644 --- a/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild @@ -16,7 +16,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/libcxxabi.git https://github.com/llvm-mirror/libcxxabi.git" -LICENSE="|| ( UoI-NCSA MIT )" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" IUSE="+libunwind +static-libs test elibc_musl" diff --git a/sys-libs/libcxxabi/libcxxabi-9.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9.0.0.9999.ebuild index 707e39ff257..163710a82a7 100644 --- a/sys-libs/libcxxabi/libcxxabi-9.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9.0.0.9999.ebuild @@ -17,7 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/libcxxabi.git https://github.com/llvm-mirror/libcxxabi.git" EGIT_BRANCH="release_90" -LICENSE="|| ( UoI-NCSA MIT )" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" IUSE="+libunwind +static-libs test elibc_musl"