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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B391A158094 for ; Thu, 29 Sep 2022 09:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9D7E091B; Thu, 29 Sep 2022 09:32:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A56C2E091B for ; Thu, 29 Sep 2022 09:32:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F79B34120E for ; Thu, 29 Sep 2022 09:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6E135E6 for ; Thu, 29 Sep 2022 09:32:53 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1664443944.193679396a90841706e50c1b26b97dcbb304d7a4.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/putty/putty-9999.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 193679396a90841706e50c1b26b97dcbb304d7a4 X-VCS-Branch: master Date: Thu, 29 Sep 2022 09:32:53 +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: 76c3bab1-1aca-44fe-a340-a62e6f59025f X-Archives-Hash: e54cc800415c597d455d1498349e75fb commit: 193679396a90841706e50c1b26b97dcbb304d7a4 Author: Matthew Smith gentoo org> AuthorDate: Thu Sep 29 09:32:24 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Sep 29 09:32:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19367939 net-misc/putty: remove patch from live ebuild Signed-off-by: Matthew Smith gentoo.org> net-misc/putty/putty-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index 737dcfe68966..f3873e1fcf7f 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -44,11 +44,6 @@ REQUIRED_USE=" gtk2? ( gtk ) " -PATCHES=( - # Bug #873355 - "${FILESDIR}"/putty-0.77-nogssapi.patch -) - src_unpack() { [[ ${PV} == *9999 ]] && git-r3_src_unpack default