Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hylafaxplus/
Date: Sun, 01 Jan 2023 02:37:49
Message-Id: 1672540512.d089acce9b5cd5a4c7840d3747eb22e42a063921.sam@gentoo
1 commit: d089acce9b5cd5a4c7840d3747eb22e42a063921
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 02:35:12 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 02:35:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d089acce
7
8 net-misc/hylafaxplus: add missing local
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild b/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild
16 index c2207fd1949d..35ed4a8e31d9 100644
17 --- a/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild
18 +++ b/net-misc/hylafaxplus/hylafaxplus-7.0.6-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -50,6 +50,7 @@ src_prepare() {
26 default
27
28 # Force it not to strip binaries
29 + local dir
30 for dir in etc util faxalter faxcover faxd faxmail faxrm faxstat \
31 hfaxd sendfax sendpage ; do
32 sed -i -e "s:-idb:-idb \"nostrip\" -idb:g" \