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 D218B1580EB for ; Fri, 23 May 2025 11:42: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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BC6A934350A for ; Fri, 23 May 2025 11:42:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 14679110480; Fri, 23 May 2025 11:42:42 +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 0DAA3110480 for ; Fri, 23 May 2025 11:42:42 +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 B06AD3434B1 for ; Fri, 23 May 2025 11:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 265182816 for ; Fri, 23 May 2025 11:42:40 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1748000554.c463c95de6888169e9aaa8dadd69cac10f27862f.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c463c95de6888169e9aaa8dadd69cac10f27862f X-VCS-Branch: master Date: Fri, 23 May 2025 11:42:40 +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: e4d5727d-2323-4bb5-aef0-50872d2cff4e X-Archives-Hash: e04a43d99de3de5da4f0857647739c0c commit: c463c95de6888169e9aaa8dadd69cac10f27862f Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 23 11:42:34 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 23 11:42:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c463c95d net-libs/libtlsrpt: Keyword 0.5.0 alpha, #950230 Signed-off-by: Arthur Zamarin 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 2bb370cd0925..07d51d85b731 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 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi