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 93D201581B9 for ; Wed, 24 Sep 2025 13:18:07 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7BDAA340DCC for ; Wed, 24 Sep 2025 13:18:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4394A110573; Wed, 24 Sep 2025 13:18:03 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 39347110573 for ; Wed, 24 Sep 2025 13:18:03 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2F80340DE7 for ; Wed, 24 Sep 2025 13:18:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8142839F2 for ; Wed, 24 Sep 2025 13:18:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1758719844.7fd5805fcc43a8586e10e2af989dd742c483b82f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild X-VCS-Directories: net-im/sendxmpp-scala/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7fd5805fcc43a8586e10e2af989dd742c483b82f X-VCS-Branch: master Date: Wed, 24 Sep 2025 13:18:01 +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: f08eb0eb-8f11-4c15-b481-a1642eb6d8c1 X-Archives-Hash: 287bc724628d35078d954a241fbc52ec commit: 7fd5805fcc43a8586e10e2af989dd742c483b82f Author: Florian Schmaus gentoo org> AuthorDate: Wed Sep 24 12:45:15 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Sep 24 13:17:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd5805f net-im/sendxmpp-scala: stabilize 1.2.0 for ALLARCHES Signed-off-by: Florian Schmaus gentoo.org> net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild index c74e4f19358d..af6de99285ff 100644 --- a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild +++ b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then inherit git-r3 else SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 arm64" S="${WORKDIR}/${ORIG_PN}-${PV}" fi