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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7783B1581FB for ; Thu, 4 Jul 2024 12:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F102BC014; Thu, 4 Jul 2024 12:53:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4AA002BC014 for ; Thu, 4 Jul 2024 12:53:57 +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 61C1034134D for ; Thu, 4 Jul 2024 12:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6EBC1DC9 for ; Thu, 4 Jul 2024 12:53:54 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1720097574.33a4f1a499a3af7884fd70be1ce385998eb31d82.arkamar@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.108.0-r1.ebuild net-im/synapse/synapse-1.108.0.ebuild net-im/synapse/synapse-1.109.0-r1.ebuild net-im/synapse/synapse-1.109.0.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 33a4f1a499a3af7884fd70be1ce385998eb31d82 X-VCS-Branch: master Date: Thu, 4 Jul 2024 12:53:54 +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: 811e280a-c0c0-43f3-a1fe-302777779160 X-Archives-Hash: e4460fbcb14d1af27111a0a8372263e5 commit: 33a4f1a499a3af7884fd70be1ce385998eb31d82 Author: Petr Vaněk gentoo org> AuthorDate: Thu Jul 4 12:39:20 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Thu Jul 4 12:52:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a4f1a4 net-im/synapse: restrict gentoo.org> net-im/synapse/{synapse-1.108.0.ebuild => synapse-1.108.0-r1.ebuild} | 5 ++++- net-im/synapse/{synapse-1.109.0.ebuild => synapse-1.109.0-r1.ebuild} | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-im/synapse/synapse-1.108.0.ebuild b/net-im/synapse/synapse-1.108.0-r1.ebuild similarity index 96% rename from net-im/synapse/synapse-1.108.0.ebuild rename to net-im/synapse/synapse-1.108.0-r1.ebuild index b4e2f7c573dd..c7b7f5614197 100644 --- a/net-im/synapse/synapse-1.108.0.ebuild +++ b/net-im/synapse/synapse-1.108.0-r1.ebuild @@ -124,6 +124,9 @@ DEPEND=" acct-user/synapse acct-group/synapse " +# The dev-python/twisted-24.3.0_p20240628 snapshot available in our tree +# introduces some breaking changes for synapse, +# see https://github.com/element-hq/synapse/issues/17075 RDEPEND=" ${DEPEND} dev-python/attrs[${PYTHON_USEDEP}] @@ -152,7 +155,7 @@ RDEPEND=" dev-python/signedjson[${PYTHON_USEDEP}] dev-python/sortedcontainers[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] +