diff options
Diffstat (limited to 'sci-mathematics/eclib/eclib-20190909.ebuild')
-rw-r--r-- | sci-mathematics/eclib/eclib-20190909.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/eclib/eclib-20190909.ebuild b/sci-mathematics/eclib/eclib-20190909.ebuild index e30f083b9992..508a1ef0996d 100644 --- a/sci-mathematics/eclib/eclib-20190909.ebuild +++ b/sci-mathematics/eclib/eclib-20190909.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ src_configure() { $(use_enable static-libs static) } -src_install(){ +src_install() { default find "${ED}" -name '*.la' -delete || die } |