From 348131ce02e9d1e70cc2b278ff7338989205950f Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Thu, 6 Jan 2022 09:38:52 +0800 Subject: 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 --- net-fs/autofs/autofs-5.1.8-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-fs/autofs') 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() { -- cgit v1.2.3-18-g5258