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 9C7AB15808B for ; Sun, 18 Feb 2024 20:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 201682BC060; Sun, 18 Feb 2024 20:22:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB21E2BC060 for ; Sun, 18 Feb 2024 20:22:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F6A1343110 for ; Sun, 18 Feb 2024 20:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2A8A14E0 for ; Sun, 18 Feb 2024 20:22:46 +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: <1708287762.4f1a69887847beae175c4ae0ce871f781772872f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-19.0.0.9999.ebuild sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f1a69887847beae175c4ae0ce871f781772872f X-VCS-Branch: master Date: Sun, 18 Feb 2024 20:22:46 +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: 10958438-14d8-4a69-985a-2301c137ee9e X-Archives-Hash: d85e86ec46f7ab0c4876a6624d06b4b8 commit: 4f1a69887847beae175c4ae0ce871f781772872f Author: Michał Górny gentoo org> AuthorDate: Sun Feb 18 20:08:17 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 18 20:22:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1a6988 sys-libs/libcxx: Enable installing experimental C++23 modules in 19 Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/libcxx-19.0.0.9999.ebuild | 1 + sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-libs/libcxx/libcxx-19.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-19.0.0.9999.ebuild index c205f3f21b57..e29d57a316d3 100644 --- a/sys-libs/libcxx/libcxx-19.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-19.0.0.9999.ebuild @@ -127,6 +127,7 @@ multilib_src_configure() { -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl) -DLIBCXX_INCLUDE_BENCHMARKS=OFF -DLIBCXX_INCLUDE_TESTS=$(usex test) + -DLIBCXX_INSTALL_MODULES=ON -DLIBCXX_USE_COMPILER_RT=${use_compiler_rt} # this is broken with standalone builds, and also meaningless -DLIBCXXABI_USE_LLVM_UNWINDER=OFF diff --git a/sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild b/sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild index c205f3f21b57..e29d57a316d3 100644 --- a/sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild +++ b/sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild @@ -127,6 +127,7 @@ multilib_src_configure() { -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl) -DLIBCXX_INCLUDE_BENCHMARKS=OFF -DLIBCXX_INCLUDE_TESTS=$(usex test) + -DLIBCXX_INSTALL_MODULES=ON -DLIBCXX_USE_COMPILER_RT=${use_compiler_rt} # this is broken with standalone builds, and also meaningless -DLIBCXXABI_USE_LLVM_UNWINDER=OFF