summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-04 04:16:40 +0100
committerSam James <sam@gentoo.org>2021-05-04 20:09:28 +0100
commit8877c1169a5bb4430babe08aae9151b426231616 (patch)
treef69ad0d24efe4f8d368c7b003c67316eadd26d59 /dev-libs
parentapp-emulation/wine-gecko: fix phase definition style (diff)
downloadgentoo-8877c1169a5bb4430babe08aae9151b426231616.tar.gz
gentoo-8877c1169a5bb4430babe08aae9151b426231616.tar.bz2
gentoo-8877c1169a5bb4430babe08aae9151b426231616.zip
dev-libs/judy: 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 'dev-libs')
-rw-r--r--dev-libs/judy/judy-1.0.5-r2.ebuild4
-rw-r--r--dev-libs/judy/judy-1.0.5-r3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/judy/judy-1.0.5-r2.ebuild b/dev-libs/judy/judy-1.0.5-r2.ebuild
index 548bcefdca81..09e76a1992a8 100644
--- a/dev-libs/judy/judy-1.0.5-r2.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r2.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=6
@@ -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
}
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
}