From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1697473-garchives=archives.gentoo.org@lists.gentoo.org> 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 5AE9A158232 for <garchives@archives.gentoo.org>; Fri, 6 Dec 2024 08:17:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 850E3E0A63; Fri, 6 Dec 2024 08:17:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92F77E0A63 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2024 08:17:13 +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 BB5D9340C43 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2024 08:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 226AAAED for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2024 08:17:11 +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: <1733473019.6a538990997889a58fc60e486f1e674e8011a9e7.sam@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.120.2.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a538990997889a58fc60e486f1e674e8011a9e7 X-VCS-Branch: master Date: Fri, 6 Dec 2024 08:17:11 +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: 6322513c-57cf-4af1-bf87-26195c09a8d9 X-Archives-Hash: cc26259e9b9cc52f81d495779229cab0 commit: 6a538990997889a58fc60e486f1e674e8011a9e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 08:16:59 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 08:16:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a538990 net-im/synapse: Stabilize 1.120.2 amd64, #945945 Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/synapse/synapse-1.120.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/synapse/synapse-1.120.2.ebuild b/net-im/synapse/synapse-1.120.2.ebuild index 334978bba602..957f4d7c540f 100644 --- a/net-im/synapse/synapse-1.120.2.ebuild +++ b/net-im/synapse/synapse-1.120.2.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 )"