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 15FC813835A for ; Sun, 21 Jun 2020 20:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D848E0830; Sun, 21 Jun 2020 20:08:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 48B6AE0830 for ; Sun, 21 Jun 2020 20:08:12 +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 7AAC434FF4F for ; Sun, 21 Jun 2020 20:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D8361AC for ; Sun, 21 Jun 2020 20:08:07 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592770068.613c911db09e04fe818c60ba31c386484b704b45.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/endlessh/endlessh-1.1.ebuild net-misc/endlessh/endlessh-9999.ebuild X-VCS-Directories: net-misc/endlessh/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 613c911db09e04fe818c60ba31c386484b704b45 X-VCS-Branch: master Date: Sun, 21 Jun 2020 20:08:07 +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: 811c8ce3-d453-4adb-894d-20f09b5f1bc7 X-Archives-Hash: 5406b4fcb98e6a33198312f701b7c828 commit: 613c911db09e04fe818c60ba31c386484b704b45 Author: Sam James (sam_c) cmpct info> AuthorDate: Sat Jun 20 07:54:52 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jun 21 20:07:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613c911d net-misc/endlessh: apply forgotten patch Reported-by: Michael Mair-Keimberger gmail.com> Closes: https://bugs.gentoo.org/728914 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Georgy Yakovlev gentoo.org> net-misc/endlessh/endlessh-1.1.ebuild | 4 ++++ net-misc/endlessh/endlessh-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net-misc/endlessh/endlessh-1.1.ebuild b/net-misc/endlessh/endlessh-1.1.ebuild index 89e86696bb7..73bfcfb1b20 100644 --- a/net-misc/endlessh/endlessh-1.1.ebuild +++ b/net-misc/endlessh/endlessh-1.1.ebuild @@ -24,6 +24,10 @@ DEPEND="" RDEPEND="" BDEPEND="" +PATCHES=( + "${FILESDIR}"/${PN}-1.1-syslog-help.patch +) + src_prepare() { default diff --git a/net-misc/endlessh/endlessh-9999.ebuild b/net-misc/endlessh/endlessh-9999.ebuild index c9996640c02..d41c01c6c8e 100644 --- a/net-misc/endlessh/endlessh-9999.ebuild +++ b/net-misc/endlessh/endlessh-9999.ebuild @@ -24,6 +24,10 @@ DEPEND="" RDEPEND="" BDEPEND="" +PATCHES=( + "${FILESDIR}"/${PN}-1.1-syslog-help.patch +) + src_prepare() { default