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 CCFA5158086 for ; Wed, 6 Oct 2021 01:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 248C7E0976; Wed, 6 Oct 2021 01:23:00 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04527E0974 for ; Wed, 6 Oct 2021 01:23:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0763834327D for ; Wed, 6 Oct 2021 01:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57CFBDC for ; Wed, 6 Oct 2021 01:22:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633483367.44ec879cae8f359e98fc977ed51eeea512f1edf2.sam@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.8_p1.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44ec879cae8f359e98fc977ed51eeea512f1edf2 X-VCS-Branch: master Date: Wed, 6 Oct 2021 01:22:57 +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: 7c25ea19-4644-42d3-8b6b-3e8ba19af717 X-Archives-Hash: 6f4eacc4096c8e13f02b96840ed59d14 commit: 44ec879cae8f359e98fc977ed51eeea512f1edf2 Author: Sam James gentoo org> AuthorDate: Wed Oct 6 01:20:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 6 01:22:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ec879c net-misc/openssh: fix typo in einfo Signed-off-by: Sam James gentoo.org> net-misc/openssh/openssh-8.8_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-8.8_p1.ebuild b/net-misc/openssh/openssh-8.8_p1.ebuild index a0557e249c1..064bb4adcd3 100644 --- a/net-misc/openssh/openssh-8.8_p1.ebuild +++ b/net-misc/openssh/openssh-8.8_p1.ebuild @@ -174,7 +174,7 @@ src_prepare() { "${S}"/version.h || die "Failed to sed-in SCTP patch version" PATCHSET_VERSION_MACROS+=( 'SSH_SCTP' ) - einfo "Disabling know failing test (cfgparse) caused by SCTP patch ..." + einfo "Disabling known failing test (cfgparse) caused by SCTP patch ..." sed -i \ -e "/\t\tcfgparse \\\/d" \ "${S}"/regress/Makefile || die "Failed to disable known failing test (cfgparse) caused by SCTP patch"