commit:     8877c1169a5bb4430babe08aae9151b426231616
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 03:16:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:09:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8877c116

dev-libs/judy: fix phase definition style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/judy/judy-1.0.5-r2.ebuild | 4 ++--
 dev-libs/judy/judy-1.0.5-r3.ebuild | 4 ++--
 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 548bcefdca8..09e76a1992a 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 3c9b879d9d3..30329c63a52 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
 }

Reply via email to