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/libhomfly/
Date: Tue, 04 May 2021 19:10:13
Message-Id: 1620155383.7e825cead352e8002942cec96f2359ec1c96ca62.sam@gentoo
1 commit: 7e825cead352e8002942cec96f2359ec1c96ca62
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:17:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e825cea
7
8 sci-libs/libhomfly: 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/libhomfly/libhomfly-1.02.6.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
17 index 717bc354d1d..88332bd1371 100644
18 --- a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
19 +++ b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,11 +19,11 @@ RDEPEND="${DEPEND}"
27
28 S="${WORKDIR}/${MY_P}"
29
30 -src_configure(){
31 +src_configure() {
32 econf $(use_enable static-libs static)
33 }
34
35 -src_install(){
36 +src_install() {
37 default
38 find "${ED}" -name '*.la' -delete || die
39 }