commit: 348131ce02e9d1e70cc2b278ff7338989205950f Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Jan 6 01:38:52 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Jan 6 01:42:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348131ce
net-fs/autofs: remove pre-strip operation fix additional pre-strip ops in built stage Closes: https://bugs.gentoo.org/727644 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> net-fs/autofs/autofs-5.1.8-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index 019f79e0808e..d3260d26b3e2 100644 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -96,8 +96,7 @@ src_configure() { } src_compile() { - export DONTSTRIP=1 - default + emake DONTSTRIP=1 } src_install() {
