commit: 53b887cbfb5cb2b29ff7cfc3d3ece7bca849120c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Aug 18 19:52:07 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Aug 19 19:06:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b887cb
sci-visualization/epix: use dot-a.eclass ... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/961612 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sci-visualization/epix/epix-1.2.19-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-visualization/epix/epix-1.2.19-r1.ebuild b/sci-visualization/epix/epix-1.2.19-r1.ebuild index 2fca40514c07..f30513730928 100644 --- a/sci-visualization/epix/epix-1.2.19-r1.ebuild +++ b/sci-visualization/epix/epix-1.2.19-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools bash-completion-r1 elisp-common +inherit autotools bash-completion-r1 dot-a elisp-common DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="https://mathcs.holycross.edu/~ahwang/current/ePiX.html" @@ -32,11 +32,13 @@ src_prepare() { } src_configure() { + lto-guarantee-fat econf --disable-epix-el } src_install() { default + strip-lto-bytecode newbashcomp bash_completions epix bashcomp_alias epix flix elaps laps
