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 053E0158095 for ; Thu, 29 Sep 2022 08:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08042E086F; Thu, 29 Sep 2022 08:45:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5426E086F for ; Thu, 29 Sep 2022 08:45:00 +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 A778F341146 for ; Thu, 29 Sep 2022 08:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1161FD4 for ; Thu, 29 Sep 2022 08:44:58 +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: <1664440684.2a14c4322fdc36b750d8170fd4c0baa6c14530ba.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-0.77-r2.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 2a14c4322fdc36b750d8170fd4c0baa6c14530ba X-VCS-Branch: master Date: Thu, 29 Sep 2022 08:44:58 +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: 8aaf4c79-2558-41c8-8869-c6b0f301ce47 X-Archives-Hash: c3e2135c02acb32308a8fca626b52b3b commit: 2a14c4322fdc36b750d8170fd4c0baa6c14530ba Author: Matthew Smith gentoo org> AuthorDate: Thu Sep 29 08:38:04 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Sep 29 08:38:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a14c432 net-misc/putty: Stabilize 0.77-r2 ppc, #869317 Suggested-by: ernsteiwuerfel mailbox.org> Signed-off-by: Matthew Smith gentoo.org> net-misc/putty/putty-0.77-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/putty/putty-0.77-r2.ebuild b/net-misc/putty/putty-0.77-r2.ebuild index f064771f6cea..f3873e1fcf7f 100644 --- a/net-misc/putty/putty-0.77-r2.ebuild +++ b/net-misc/putty/putty-0.77-r2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://git.tartarus.org/simon/putty.git" else SRC_URI+=" https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ppc64 sparc x86" + KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86" fi LICENSE="MIT"