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/fflas-ffpack/
Date: Tue, 04 May 2021 19:10:13
Message-Id: 1620155380.714f3dcb8cfc27be7f21026069b748593420afdd.sam@gentoo
1 commit: 714f3dcb8cfc27be7f21026069b748593420afdd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:17:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714f3dcb
7
8 sci-libs/fflas-ffpack: fix phase definition style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
17 index 93f521fd137..3c50f264cfd 100644
18 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
19 +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
20 @@ -29,11 +29,11 @@ pkg_pretend() {
21 [[ "${MERGE_TYPE}" != "binary" ]] && use openmp && tc-check-openmp
22 }
23
24 -pkg_setup(){
25 +pkg_setup() {
26 tc-export PKG_CONFIG
27 }
28
29 -src_prepare(){
30 +src_prepare() {
31 default
32 eautoreconf
33 }
34 @@ -56,7 +56,7 @@ src_configure() {
35 $(use_enable static-libs static)
36 }
37
38 -src_install(){
39 +src_install() {
40 default
41 find "${ED}" -name '*.la' -delete || die
42 }