diff options
Diffstat (limited to 'sci-libs/libhomfly/libhomfly-1.02.6.ebuild')
-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 } |