From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF6C515808A for ; Mon, 14 Jul 2025 05:19:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D1BA3340E98 for ; Mon, 14 Jul 2025 05:19:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C1A281102A2; Mon, 14 Jul 2025 05:19:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id B92281102A2 for ; Mon, 14 Jul 2025 05:19:47 +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 3DC8C33D9AD for ; Mon, 14 Jul 2025 05:19:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D5591851 for ; Mon, 14 Jul 2025 05:19:45 +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: <1752470339.168bcc059b40c3ff3f48ec179b351b2b93c59a65.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pgpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pgpdump/pgpdump-0.36.ebuild X-VCS-Directories: app-crypt/pgpdump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 168bcc059b40c3ff3f48ec179b351b2b93c59a65 X-VCS-Branch: master Date: Mon, 14 Jul 2025 05:19:45 +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: 2c0f8b19-a4ad-4791-a7c9-9235de6abc13 X-Archives-Hash: 8d3b2c949ebdf1e915b756e8d93c0bbc commit: 168bcc059b40c3ff3f48ec179b351b2b93c59a65 Author: Sam James gentoo org> AuthorDate: Mon Jul 14 05:18:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 14 05:18:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168bcc05 app-crypt/pgpdump: Keyword 0.36 hppa, #959475 Signed-off-by: Sam James gentoo.org> app-crypt/pgpdump/pgpdump-0.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pgpdump/pgpdump-0.36.ebuild b/app-crypt/pgpdump/pgpdump-0.36.ebuild index f563953d131d..8c0d4a150323 100644 --- a/app-crypt/pgpdump/pgpdump-0.36.ebuild +++ b/app-crypt/pgpdump/pgpdump-0.36.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.mew.org/~kazu/proj/pgpdump/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~s390 sparc x86" DEPEND="app-arch/bzip2 sys-libs/zlib"