summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/judy/judy-1.0.5-r3.ebuild')
-rw-r--r--dev-libs/judy/judy-1.0.5-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild b/dev-libs/judy/judy-1.0.5-r3.ebuild
index 3c9b879d9d3d..30329c63a52c 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.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
@@ -28,7 +28,7 @@ multilib_src_configure() {
ECONF_SOURCE=${BUILD_DIR} econf $(use_enable static-libs static)
}
-multilib_src_install_all(){
+multilib_src_install_all() {
einstalldocs
find "${ED}" -name '*.la' -delete || die
}