commit:     7e825cead352e8002942cec96f2359ec1c96ca62
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 03:17:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:09:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e825cea

sci-libs/libhomfly: fix phase definition style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libhomfly/libhomfly-1.02.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild 
b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
index 717bc354d1d..88332bd1371 100644
--- a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
+++ b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,11 +19,11 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
-src_configure(){
+src_configure() {
        econf $(use_enable static-libs static)
 }
 
-src_install(){
+src_install() {
        default
        find "${ED}" -name '*.la' -delete || die
 }

Reply via email to