commit:     07a6c967141ad1390f6668c7ce947630be207523
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 13:59:52 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat May  7 16:17:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a6c967

sci-mathematics/octave: don't install *.la files.

I've fixed this only in the currently-unkeyworded v7.1.0 since it is
harmless and octave takes a long time to build.

Closes: https://bugs.gentoo.org/842663
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/octave/octave-7.1.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-mathematics/octave/octave-7.1.0.ebuild 
b/sci-mathematics/octave/octave-7.1.0.ebuild
index 1158afd167bd..b04de9f52552 100644
--- a/sci-mathematics/octave/octave-7.1.0.ebuild
+++ b/sci-mathematics/octave/octave-7.1.0.ebuild
@@ -206,4 +206,6 @@ src_install() {
 
        echo "LDPATH=${EPREFIX}/usr/$(get_libdir)/${PN}/${PV}" > 99octave || die
        doenvd 99octave
+
+       find "${ED}" -type f -name '*.la' -delete || die
 }

Reply via email to