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 06558138350 for ; Thu, 13 Feb 2020 18:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51C52E079E; Thu, 13 Feb 2020 18:47:12 +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 32C8EE079E for ; Thu, 13 Feb 2020 18:47:12 +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 00C0E34ED3E for ; Thu, 13 Feb 2020 18:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CDD110A for ; Thu, 13 Feb 2020 18:47:09 +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: <1581619626.4ad51cd9b1a74d9328a1573e37d9fef1bdeecc94.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/metadata.xml X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ad51cd9b1a74d9328a1573e37d9fef1bdeecc94 X-VCS-Branch: master Date: Thu, 13 Feb 2020 18:47:09 +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: a16dd761-43a6-4263-bf97-c991376accb6 X-Archives-Hash: 3dade8f94c2a427874dde48a26baa8b8 commit: 4ad51cd9b1a74d9328a1573e37d9fef1bdeecc94 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 13 18:46:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 13 18:47:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad51cd9 sys-libs/libcxx: Remove stale ref Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxx/metadata.xml b/sys-libs/libcxx/metadata.xml index 4fcb5c088f9..a4c89899152 100644 --- a/sys-libs/libcxx/metadata.xml +++ b/sys-libs/libcxx/metadata.xml @@ -11,7 +11,7 @@ Build on top of sys-libs/libcxxabi instead of gcc's libsupc++ (avoids depending on gcc). - Build on top of sys-libs/libcxxrt instead of gcc's libsupc++ (avoids depending on gcc). + Build on top of libcxxrt instead of gcc's libsupc++ (avoids depending on gcc). Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc.