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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 852DA1581F3 for ; Thu, 28 Nov 2024 15:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C918AE081E; Thu, 28 Nov 2024 15:19:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2689E081E for ; Thu, 28 Nov 2024 15:19:52 +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 081EA3430DB for ; Thu, 28 Nov 2024 15:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92395D81 for ; Thu, 28 Nov 2024 15:19:50 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1732807175.813fa9a9a78880b7b8f7c65df5d4f613b2d74cee.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/hepmc/hepmc-3.2.7.ebuild sci-physics/hepmc/hepmc-3.3.0.ebuild sci-physics/hepmc/hepmc-9999.ebuild X-VCS-Directories: sci-physics/hepmc/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 813fa9a9a78880b7b8f7c65df5d4f613b2d74cee X-VCS-Branch: master Date: Thu, 28 Nov 2024 15:19:50 +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: 037c5df8-9807-485b-a67d-c32f19d1cc3e X-Archives-Hash: a0c97375f29abd62ac5020ccf58570f1 commit: 813fa9a9a78880b7b8f7c65df5d4f613b2d74cee Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Thu Nov 28 13:56:39 2024 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Nov 28 15:19:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813fa9a9 sci-physics/hepmc: filter lto Closes: https://bugs.gentoo.org/941937 Closes: https://bugs.gentoo.org/941936 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39503 Signed-off-by: Nowa Ammerlaan gentoo.org> sci-physics/hepmc/hepmc-3.2.7.ebuild | 3 ++- sci-physics/hepmc/hepmc-3.3.0.ebuild | 3 ++- sci-physics/hepmc/hepmc-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-physics/hepmc/hepmc-3.2.7.ebuild b/sci-physics/hepmc/hepmc-3.2.7.ebuild index 2c4ebb116007..4074958aea33 100644 --- a/sci-physics/hepmc/hepmc-3.2.7.ebuild +++ b/sci-physics/hepmc/hepmc-3.2.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit fortran-2 cmake python-single-r1 +inherit fortran-2 cmake flag-o-matic python-single-r1 MYPN=HepMC3 MYP=${MYPN}-${PV} @@ -47,6 +47,7 @@ BDEPEND=" " src_configure() { + filter-lto # 941937 941936 local mycmakeargs=( -DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF) -DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF) diff --git a/sci-physics/hepmc/hepmc-3.3.0.ebuild b/sci-physics/hepmc/hepmc-3.3.0.ebuild index 788d8d48adf5..c5cb24ef7a3f 100644 --- a/sci-physics/hepmc/hepmc-3.3.0.ebuild +++ b/sci-physics/hepmc/hepmc-3.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit fortran-2 cmake python-single-r1 +inherit fortran-2 cmake flag-o-matic python-single-r1 MYP=HepMC3-${PV} @@ -46,6 +46,7 @@ BDEPEND=" " src_configure() { + filter-lto # 941937 941936 local mycmakeargs=( -DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF) -DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF) diff --git a/sci-physics/hepmc/hepmc-9999.ebuild b/sci-physics/hepmc/hepmc-9999.ebuild index 788d8d48adf5..c5cb24ef7a3f 100644 --- a/sci-physics/hepmc/hepmc-9999.ebuild +++ b/sci-physics/hepmc/hepmc-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit fortran-2 cmake python-single-r1 +inherit fortran-2 cmake flag-o-matic python-single-r1 MYP=HepMC3-${PV} @@ -46,6 +46,7 @@ BDEPEND=" " src_configure() { + filter-lto # 941937 941936 local mycmakeargs=( -DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF) -DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF)