Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/
Date: Sun, 27 Dec 2020 03:37:08
Message-Id: 1609038671.8131d9e17362cc9fa36aef4931c59d35af813225.sam@gentoo
1 commit: 8131d9e17362cc9fa36aef4931c59d35af813225
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sat Dec 26 11:01:55 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 03:11:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8131d9e1
7
8 sci-libs/arpack: Sync live ebuild
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/arpack/arpack-9999.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sci-libs/arpack/arpack-9999.ebuild b/sci-libs/arpack/arpack-9999.ebuild
17 index eac5961625d..2cab409d95a 100644
18 --- a/sci-libs/arpack/arpack-9999.ebuild
19 +++ b/sci-libs/arpack/arpack-9999.ebuild
20 @@ -52,4 +52,7 @@ src_install() {
21 dodoc -r PARPACK/EXAMPLES/MPI
22 fi
23 fi
24 +
25 + # no static archives
26 + find "${ED}" -name '*.la' -delete || die
27 }