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 86D5E1382C5 for ; Fri, 5 Mar 2021 18:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2274E088A; Fri, 5 Mar 2021 18:44:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F55EE088A for ; Fri, 5 Mar 2021 18:44:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F2B9340DF2 for ; Fri, 5 Mar 2021 18:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF714F9 for ; Fri, 5 Mar 2021 18:44:47 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1614969863.7450452e3294e02ce38c03194aec9ee4acf2770a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-8.5_p1.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7450452e3294e02ce38c03194aec9ee4acf2770a X-VCS-Branch: master Date: Fri, 5 Mar 2021 18:44:47 +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: e0d12636-b192-487f-a538-4d6b86bb9d8f X-Archives-Hash: bef5dc836376cd71f7ae1e9270f21749 commit: 7450452e3294e02ce38c03194aec9ee4acf2770a Author: Patrick McLean gentoo org> AuthorDate: Fri Mar 5 04:29:08 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Mar 5 18:44:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7450452e net-misc/openssh-8.5_p1: Fix USE=-scp FEATURES=noman (bug #763051) Closes: https://bugs.gentoo.org/763051 Signed-off-by: Patrick McLean gentoo.org> net-misc/openssh/openssh-8.5_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-8.5_p1.ebuild b/net-misc/openssh/openssh-8.5_p1.ebuild index a5b7915c25d..ab670d15e10 100644 --- a/net-misc/openssh/openssh-8.5_p1.ebuild +++ b/net-misc/openssh/openssh-8.5_p1.ebuild @@ -438,7 +438,7 @@ src_install() { # https://bugs.gentoo.org/733802 if ! use scp; then - rm "${ED}"/usr/{bin/scp,share/man/man1/scp.1} \ + rm -f "${ED}"/usr/{bin/scp,share/man/man1/scp.1} \ || die "failed to remove scp" fi