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 B80E9138359 for ; Fri, 24 Jul 2020 23:55:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E237DE083B; Fri, 24 Jul 2020 23:55:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C1A02E083B for ; Fri, 24 Jul 2020 23:55:40 +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 BF6AF34EEDA for ; Fri, 24 Jul 2020 23:55:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 423642B3 for ; Fri, 24 Jul 2020 23:55:38 +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: <1595634920.8f1a39c074c81fad3745655a67cbc5f8b50866df.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.3_p1-r3.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8f1a39c074c81fad3745655a67cbc5f8b50866df X-VCS-Branch: master Date: Fri, 24 Jul 2020 23:55:38 +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: ae60d797-a5fe-4bcf-97d5-5d5ae89e607e X-Archives-Hash: 3c9b7d0fd5d07692e9f95f577d993841 commit: 8f1a39c074c81fad3745655a67cbc5f8b50866df Author: Patrick McLean gentoo org> AuthorDate: Fri Jul 24 23:46:09 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Jul 24 23:55:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1a39c0 net-misc/openssh-8.3_p1-r3: s:${D}:${ED}: Signed-off-by: Patrick McLean gentoo.org> net-misc/openssh/openssh-8.3_p1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-8.3_p1-r3.ebuild b/net-misc/openssh/openssh-8.3_p1-r3.ebuild index 6a9b9b724f8..4b456430ead 100644 --- a/net-misc/openssh/openssh-8.3_p1-r3.ebuild +++ b/net-misc/openssh/openssh-8.3_p1-r3.ebuild @@ -421,7 +421,7 @@ src_install() { # https://bugs.gentoo.org/733802 if ! use scp; then - rm "${D}"/usr/{bin/scp,share/man/man1/scp.1} \ + rm "${ED}"/usr/{bin/scp,share/man/man1/scp.1} \ || die "failed to remove scp" fi