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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC24115808B for ; Fri, 4 Oct 2024 15:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED8D1E2A05; Fri, 4 Oct 2024 15:52:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D189EE2A05 for ; Fri, 4 Oct 2024 15:52:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFEC0340DD9 for ; Fri, 4 Oct 2024 15:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E335319CB for ; Fri, 4 Oct 2024 15:52:31 +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: <1728057096.6b5c00fad92ef11766ab59648557f5bc96375c08.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-20.0.0.9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b5c00fad92ef11766ab59648557f5bc96375c08 X-VCS-Branch: master Date: Fri, 4 Oct 2024 15:52:31 +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: 81d6530c-bf28-4874-9072-8dde41140542 X-Archives-Hash: 75671526c6aacc4d48f468758d01cbde commit: 6b5c00fad92ef11766ab59648557f5bc96375c08 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 4 14:17:44 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 4 15:51:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5c00fa sys-libs/libcxxabi: Remove obsolete libcxx libdir test hack Remove the hack that overrode `LIBCXX_LIBDIR_SUFFIX` for testing. Upstream has updated the test code to account for the suffix, so this hack is not only unnecessary but it is now breaking the test suite. Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild index 903f8e866cb6..22c102f6258c 100644 --- a/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild @@ -76,7 +76,6 @@ multilib_src_configure() { # this is broken with standalone builds, and also meaningless -DLIBCXXABI_USE_LLVM_UNWINDER=OFF - -DLIBCXX_LIBDIR_SUFFIX= -DLIBCXX_ENABLE_SHARED=ON -DLIBCXX_ENABLE_STATIC=OFF -DLIBCXX_CXX_ABI=libcxxabi