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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEC06158009 for ; Wed, 28 Jun 2023 13:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3182E0894; Wed, 28 Jun 2023 13:54:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2530E0893 for ; Wed, 28 Jun 2023 13:54:33 +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 8ADA9340FEA for ; Wed, 28 Jun 2023 13:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1BF8A9D for ; Wed, 28 Jun 2023 13:54:30 +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: <1687960449.2fcfea61ded210065941dc2b585289643a34eeb9.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.85.2.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fcfea61ded210065941dc2b585289643a34eeb9 X-VCS-Branch: master Date: Wed, 28 Jun 2023 13:54:30 +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: 1db1b43e-a1d2-4b7b-9fd5-2dac841770bb X-Archives-Hash: 169881db33660282eff9050757de355b commit: 2fcfea61ded210065941dc2b585289643a34eeb9 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 13:54:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 13:54:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcfea61 net-im/synapse: Stabilize 1.85.2 amd64, #909325 Signed-off-by: Sam James gentoo.org> net-im/synapse/synapse-1.85.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/synapse/synapse-1.85.2.ebuild b/net-im/synapse/synapse-1.85.2.ebuild index 95b0f2d2a014..89e8f254b825 100644 --- a/net-im/synapse/synapse-1.85.2.ebuild +++ b/net-im/synapse/synapse-1.85.2.ebuild @@ -84,7 +84,7 @@ LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 " SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" IUSE="postgres systemd test" RESTRICT="!test? ( test )"