Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/judy/
Date: Tue, 04 May 2021 19:10:12
Message-Id: 1620155368.8877c1169a5bb4430babe08aae9151b426231616.sam@gentoo
1 commit: 8877c1169a5bb4430babe08aae9151b426231616
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:16:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8877c116
7
8 dev-libs/judy: fix phase definition style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/judy/judy-1.0.5-r2.ebuild | 4 ++--
14 dev-libs/judy/judy-1.0.5-r3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/judy/judy-1.0.5-r2.ebuild b/dev-libs/judy/judy-1.0.5-r2.ebuild
18 index 548bcefdca8..09e76a1992a 100644
19 --- a/dev-libs/judy/judy-1.0.5-r2.ebuild
20 +++ b/dev-libs/judy/judy-1.0.5-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -28,7 +28,7 @@ multilib_src_configure() {
28 ECONF_SOURCE=${BUILD_DIR} econf $(use_enable static-libs static)
29 }
30
31 -multilib_src_install_all(){
32 +multilib_src_install_all() {
33 einstalldocs
34 find "${ED}" -name '*.la' -delete || die
35 }
36
37 diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild b/dev-libs/judy/judy-1.0.5-r3.ebuild
38 index 3c9b879d9d3..30329c63a52 100644
39 --- a/dev-libs/judy/judy-1.0.5-r3.ebuild
40 +++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -28,7 +28,7 @@ multilib_src_configure() {
48 ECONF_SOURCE=${BUILD_DIR} econf $(use_enable static-libs static)
49 }
50
51 -multilib_src_install_all(){
52 +multilib_src_install_all() {
53 einstalldocs
54 find "${ED}" -name '*.la' -delete || die
55 }