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 B545B139000 for ; Fri, 30 Jul 2021 18:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C12E09C7; Fri, 30 Jul 2021 18:14:32 +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 89319E09C7 for ; Fri, 30 Jul 2021 18:14:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1AB4B343962 for ; Fri, 30 Jul 2021 18:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B079B86D for ; Fri, 30 Jul 2021 18:14:25 +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: <1627668847.1697b0385e42ad18e3e7b284d623fc89c7d50a50.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-13.0.0.9999.ebuild sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1697b0385e42ad18e3e7b284d623fc89c7d50a50 X-VCS-Branch: master Date: Fri, 30 Jul 2021 18:14:25 +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: ce61eb62-f535-4489-b825-1c654412f09b X-Archives-Hash: 9e5db4fb98e6c681dfc9255362af3c2e commit: 1697b0385e42ad18e3e7b284d623fc89c7d50a50 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 30 16:29:31 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 30 18:14:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1697b038 sys-libs/libcxxabi: Extend the checkout for live ebuilds Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxxabi/libcxxabi-13.0.0.9999.ebuild | 2 +- sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-13.0.0.9999.ebuild index 5df21898489..953c0c81796 100644 --- a/sys-libs/libcxxabi/libcxxabi-13.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-13.0.0.9999.ebuild @@ -32,7 +32,7 @@ BDEPEND=" )" # libcxx is needed uncondtionally for the headers -LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake/modules ) +LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake ) llvm.org_set_globals python_check_deps() { diff --git a/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild index 5df21898489..953c0c81796 100644 --- a/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild @@ -32,7 +32,7 @@ BDEPEND=" )" # libcxx is needed uncondtionally for the headers -LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake/modules ) +LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake ) llvm.org_set_globals python_check_deps() {