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 778C815808B for ; Thu, 5 Sep 2024 04:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70632E2A82; Thu, 5 Sep 2024 04:08:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A544E2A82 for ; Thu, 5 Sep 2024 04:08:41 +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 9DA95343023 for ; Thu, 5 Sep 2024 04:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D6341F3C for ; Thu, 5 Sep 2024 04:08:38 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1725509265.05e449791a34defa3ab40141bf4b122e00f2f174.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-3.0.0.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 05e449791a34defa3ab40141bf4b122e00f2f174 X-VCS-Branch: master Date: Thu, 5 Sep 2024 04:08:38 +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: f6579fad-06ea-4184-89ee-06601b4fb187 X-Archives-Hash: 397eb11e03b2f3cf2acbd9a01390c51d commit: 05e449791a34defa3ab40141bf4b122e00f2f174 Author: Eli Schwartz gentoo org> AuthorDate: Wed Sep 4 21:42:58 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Sep 5 04:07:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e44979 sci-chemistry/pymol: mark as LTO-unsafe Closes: https://bugs.gentoo.org/933235 Signed-off-by: Eli Schwartz gentoo.org> sci-chemistry/pymol/pymol-3.0.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-chemistry/pymol/pymol-3.0.0.ebuild b/sci-chemistry/pymol/pymol-3.0.0.ebuild index f589a6cd9584..b6ec9fbef1e3 100644 --- a/sci-chemistry/pymol/pymol-3.0.0.ebuild +++ b/sci-chemistry/pymol/pymol-3.0.0.ebuild @@ -67,6 +67,11 @@ python_prepare_all() { } python_configure_all() { + # -Werror=odr + # https://bugs.gentoo.org/933235 + # https://github.com/schrodinger/pymol-open-source/issues/395 + filter-lto + use !netcdf && DISTUTILS_ARGS=( --no-vmd-plugins ) }