diff options
author | Sam James <sam@gentoo.org> | 2021-05-04 04:17:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:09:43 +0100 |
commit | 7e825cead352e8002942cec96f2359ec1c96ca62 (patch) | |
tree | f03a38dffe9bb6d3012876c2be195b2dba3f1af7 /sci-libs/libhomfly | |
parent | sci-libs/klu: fix phase definition style (diff) | |
download | gentoo-7e825cead352e8002942cec96f2359ec1c96ca62.tar.gz gentoo-7e825cead352e8002942cec96f2359ec1c96ca62.tar.bz2 gentoo-7e825cead352e8002942cec96f2359ec1c96ca62.zip |
sci-libs/libhomfly: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/libhomfly')
-rw-r--r-- | sci-libs/libhomfly/libhomfly-1.02.6.ebuild | 6 |
1 files 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 717bc354d1d4..88332bd13714 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 } |