From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 051AE15807B for ; Sat, 2 Nov 2024 08:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C64E0884; Sat, 2 Nov 2024 08:50:00 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 061B4E087A for ; Sat, 2 Nov 2024 08:50:00 +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 09E173430DB for ; Sat, 2 Nov 2024 08:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A14A417E0 for ; Sat, 2 Nov 2024 08:49:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730537352.c67ee1952eb12e8c2aee96cf9178b89b8772899a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/synapse/synapse-1.116.0-r3.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c67ee1952eb12e8c2aee96cf9178b89b8772899a X-VCS-Branch: master Date: Sat, 2 Nov 2024 08:49:57 +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: 1bea3a9e-ef54-4e5d-81e9-ad9c1766bb63 X-Archives-Hash: fdb6daf0ee7d2c1513d45686650a8d62 commit: c67ee1952eb12e8c2aee96cf9178b89b8772899a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 2 08:49:12 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 2 08:49:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67ee195 net-im/synapse: Stabilize 1.116.0-r3 amd64, #942646 Signed-off-by: Michał Górny gentoo.org> net-im/synapse/synapse-1.116.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/synapse/synapse-1.116.0-r3.ebuild b/net-im/synapse/synapse-1.116.0-r3.ebuild index 5f12f11e3a9d..0ef0a5485af9 100644 --- a/net-im/synapse/synapse-1.116.0-r3.ebuild +++ b/net-im/synapse/synapse-1.116.0-r3.ebuild @@ -116,7 +116,7 @@ LICENSE+=" || ( Apache-2.0 Boost-1.0 ) " SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm64 ~ppc64" IUSE="postgres systemd test" RESTRICT="!test? ( test )"