From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1725132-garchives=archives.gentoo.org@lists.gentoo.org> 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 20A921582EF for <garchives@archives.gentoo.org>; Sat, 08 Mar 2025 11:07:45 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0B45D342FF8 for <garchives@archives.gentoo.org>; Sat, 08 Mar 2025 11:07:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 000A7110471; Sat, 08 Mar 2025 11:07:24 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E61DA110470 for <gentoo-commits@lists.gentoo.org>; Sat, 08 Mar 2025 11:07:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3285342FA7 for <gentoo-commits@lists.gentoo.org>; Sat, 08 Mar 2025 11:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5845628AA for <gentoo-commits@lists.gentoo.org>; Sat, 08 Mar 2025 11:07:22 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1741432001.158b0378cb8f40a313d143f4245e9c2e7c7d6931.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtlsrpt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtlsrpt/libtlsrpt-0.5.0.ebuild X-VCS-Directories: net-libs/libtlsrpt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 158b0378cb8f40a313d143f4245e9c2e7c7d6931 X-VCS-Branch: master Date: Sat, 08 Mar 2025 11:07:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66f03ea2-e24b-43f5-a448-728c678c239b X-Archives-Hash: 45d0858ccfe7b340ee7ce1439aa4b206 commit: 158b0378cb8f40a313d143f4245e9c2e7c7d6931 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 8 11:06:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 8 11:06:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158b0378 net-libs/libtlsrpt: Keyword 0.5.0 hppa, #950230 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libtlsrpt/libtlsrpt-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libtlsrpt/libtlsrpt-0.5.0.ebuild b/net-libs/libtlsrpt/libtlsrpt-0.5.0.ebuild index 7292588ed352..dd7fb4434d51 100644 --- a/net-libs/libtlsrpt/libtlsrpt-0.5.0.ebuild +++ b/net-libs/libtlsrpt/libtlsrpt-0.5.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="${PN}-${PV/_/-}" SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/-}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~riscv ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi