commit: 813fa9a9a78880b7b8f7c65df5d4f613b2d74cee Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Thu Nov 28 13:56:39 2024 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> 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 <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39503 Signed-off-by: Nowa Ammerlaan <nowa <AT> 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)