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 BA4441584AD for ; Fri, 25 Apr 2025 20:46:29 +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 A2788342FF4 for ; Fri, 25 Apr 2025 20:46:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 462D01104C2; Fri, 25 Apr 2025 20:46:14 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3E7D61104C2 for ; Fri, 25 Apr 2025 20:46:14 +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 F00C4340C3C for ; Fri, 25 Apr 2025 20:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C7372668 for ; Fri, 25 Apr 2025 20:46:11 +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: <1745613941.c68ce1b347cf97796b8f19ee98f391bf530acb6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/freerdp/freerdp-3.14.1.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c68ce1b347cf97796b8f19ee98f391bf530acb6b X-VCS-Branch: master Date: Fri, 25 Apr 2025 20:46:11 +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: b4659ac1-c4ee-4fe6-912b-4d2e533288f6 X-Archives-Hash: da47b55ad25aff6d9f942fd070b12c4d commit: c68ce1b347cf97796b8f19ee98f391bf530acb6b Author: Sam James gentoo org> AuthorDate: Fri Apr 25 20:45:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 25 20:45:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68ce1b3 net-misc/freerdp: Stabilize 3.14.1 arm64, #954372 Signed-off-by: Sam James gentoo.org> net-misc/freerdp/freerdp-3.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/freerdp/freerdp-3.14.1.ebuild b/net-misc/freerdp/freerdp-3.14.1.ebuild index 02a4f530f160..feade6a9c57a 100644 --- a/net-misc/freerdp/freerdp-3.14.1.ebuild +++ b/net-misc/freerdp/freerdp-3.14.1.ebuild @@ -17,7 +17,7 @@ else S="${WORKDIR}/${MY_P}" SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz verify-sig? ( https://pub.freerdp.com/releases/${MY_P}.tar.gz.asc )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-akallabeth )" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/akallabeth.asc" fi