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 780E7158094 for ; Fri, 16 Sep 2022 07:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85DEFE095F; Fri, 16 Sep 2022 07:32: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 6D73FE095F for ; Fri, 16 Sep 2022 07:32: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 4CD71340DFB for ; Fri, 16 Sep 2022 07:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CFA5D4 for ; Fri, 16 Sep 2022 07:32: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: <1663313549.e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-16.0.0.9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded X-VCS-Branch: master Date: Fri, 16 Sep 2022 07:32: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: cf5693d4-8df7-4c39-a1ab-b61a48a0757e X-Archives-Hash: 92e1c7ca812a2a16ca5283b1bc31efae commit: e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded Author: Michał Górny gentoo org> AuthorDate: Fri Sep 16 07:28:36 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 16 07:32:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d7ac8d sys-libs/libomp: Disable gdb-plugin in 16.x Signed-off-by: Michał Górny gentoo.org> sys-libs/libomp/libomp-16.0.0.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/libomp/libomp-16.0.0.9999.ebuild b/sys-libs/libomp/libomp-16.0.0.9999.ebuild index 0baa3f18fd8b..83d025fd921f 100644 --- a/sys-libs/libomp/libomp-16.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-16.0.0.9999.ebuild @@ -92,6 +92,8 @@ multilib_src_configure() { -DLIBOMP_INSTALL_ALIASES=OFF # disable unnecessary hack copying stuff back to srcdir -DLIBOMP_COPY_EXPORTS=OFF + # disable until upstream fixes it to use positive logic + -DDISABLE_OMPD_GDB_PLUGIN=ON ) if use offload; then