From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A8021382C5 for ; Mon, 8 Jun 2020 10:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F62BE086E; Mon, 8 Jun 2020 10:03:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26505E086E for ; Mon, 8 Jun 2020 10:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2F1534EF78 for ; Mon, 8 Jun 2020 10:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A82961F9 for ; Mon, 8 Jun 2020 10:03:39 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1591610591.c992e05ebb19be8c3982a4617ed3fb216531eb86.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/autofs/autofs-5.1.6-r1.ebuild X-VCS-Directories: net-fs/autofs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: c992e05ebb19be8c3982a4617ed3fb216531eb86 X-VCS-Branch: master Date: Mon, 8 Jun 2020 10:03:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fff1aeb6-9fef-48af-a693-a5789fa46789 X-Archives-Hash: 9549f37b7a59f81f53405e5d1c7ec936 commit: c992e05ebb19be8c3982a4617ed3fb216531eb86 Author: Yixun Lan gentoo org> AuthorDate: Mon Jun 8 10:00:24 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Jun 8 10:03:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c992e05e net-fs/autofs: fix pre-stripped files error skip the autofs build script's strip operation and fallback to portage's default. Closes: https://bugs.gentoo.org/72738 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Yixun Lan gentoo.org> net-fs/autofs/autofs-5.1.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/autofs/autofs-5.1.6-r1.ebuild b/net-fs/autofs/autofs-5.1.6-r1.ebuild index 5c9f596c3b7..051a07e4bdf 100644 --- a/net-fs/autofs/autofs-5.1.6-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.6-r1.ebuild @@ -90,7 +90,7 @@ src_configure() { } src_compile() { - tc-export AR CC LD STRIP + export DONTSTRIP=1 default }