From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1721359-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 D4A541582EF for <garchives@archives.gentoo.org>; Mon, 24 Feb 2025 19:40:56 +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 C1CF23431C2 for <garchives@archives.gentoo.org>; Mon, 24 Feb 2025 19:40:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 28C84110480; Mon, 24 Feb 2025 19:40:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 18F0211047F for <gentoo-commits@lists.gentoo.org>; Mon, 24 Feb 2025 19:40:21 +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 C7EC63431B1 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Feb 2025 19:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6800527FC for <gentoo-commits@lists.gentoo.org>; Mon, 24 Feb 2025 19:40:17 +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: <1740425952.9b22c539f0cd3458cd11b9da5059322d0187e5ae.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: 9b22c539f0cd3458cd11b9da5059322d0187e5ae X-VCS-Branch: master Date: Mon, 24 Feb 2025 19:40:17 +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: dfeffffb-e998-49a5-970a-a0dc58e94d20 X-Archives-Hash: 9f591705bd32bc5b80b6f3d72a8bd69b commit: 9b22c539f0cd3458cd11b9da5059322d0187e5ae Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 19:39:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 19:39:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b22c539 net-libs/libtlsrpt: Keyword 0.5.0 arm64, #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 8722e12dd268..0b1ecf0a39e3 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 ~riscv ~sparc" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc" S="${WORKDIR}/${MY_P}" fi