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/linbox/
Date: Tue, 04 May 2021 19:10:17
Message-Id: 1620155385.3c7105f000427afcf5d27f792a1e486c2876e10e.sam@gentoo
1 commit: 3c7105f000427afcf5d27f792a1e486c2876e10e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:18:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7105f0
7
8 sci-libs/linbox: 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/linbox/linbox-1.6.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/linbox/linbox-1.6.3.ebuild b/sci-libs/linbox/linbox-1.6.3.ebuild
17 index 3e7c890e6f6..1bb97423c8c 100644
18 --- a/sci-libs/linbox/linbox-1.6.3.ebuild
19 +++ b/sci-libs/linbox/linbox-1.6.3.ebuild
20 @@ -77,7 +77,7 @@ src_configure() {
21 $(use_enable static-libs static)
22 }
23
24 -src_install(){
25 +src_install() {
26 default
27 find "${ED}" -name '*.la' -delete || die
28 if use doc; then