Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/
Date: Thu, 06 Jan 2022 01:43:13
Message-Id: 1641433362.348131ce02e9d1e70cc2b278ff7338989205950f.dlan@gentoo
1 commit: 348131ce02e9d1e70cc2b278ff7338989205950f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 01:38:52 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 01:42:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348131ce
7
8 net-fs/autofs: remove pre-strip operation
9
10 fix additional pre-strip ops in built stage
11
12 Closes: https://bugs.gentoo.org/727644
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
15
16 net-fs/autofs/autofs-5.1.8-r1.ebuild | 5 ++---
17 1 file changed, 2 insertions(+), 3 deletions(-)
18
19 diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild
20 index 019f79e0808e..d3260d26b3e2 100644
21 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild
22 +++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -96,8 +96,7 @@ src_configure() {
30 }
31
32 src_compile() {
33 - export DONTSTRIP=1
34 - default
35 + emake DONTSTRIP=1
36 }
37
38 src_install() {