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 9E285158013 for ; Wed, 13 Dec 2023 08:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F762BC02D; Wed, 13 Dec 2023 08:09:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7F472BC02D for ; Wed, 13 Dec 2023 08:09:20 +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 10BFC335D76 for ; Wed, 13 Dec 2023 08:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A795699E for ; Wed, 13 Dec 2023 08:09:18 +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: <1702454909.c4098ac03ab80d121d2237149ea5ac8c25fa6452.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.98.0-r1.ebuild net-im/synapse/synapse-1.98.0.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: c4098ac03ab80d121d2237149ea5ac8c25fa6452 X-VCS-Branch: master Date: Wed, 13 Dec 2023 08:09:18 +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: e539e1e9-19f2-4d80-961c-ad0f437f7d0a X-Archives-Hash: e74d7f259bf74563ad400d203fcb65b4 commit: c4098ac03ab80d121d2237149ea5ac8c25fa6452 Author: Petr Vaněk gentoo org> AuthorDate: Wed Dec 13 07:47:25 2023 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Dec 13 08:08:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4098ac0 net-im/synapse: lift twisted restriction The issue is already fixed. Signed-off-by: Petr Vaněk gentoo.org> net-im/synapse/{synapse-1.98.0.ebuild => synapse-1.98.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-im/synapse/synapse-1.98.0.ebuild b/net-im/synapse/synapse-1.98.0-r1.ebuild similarity index 97% rename from net-im/synapse/synapse-1.98.0.ebuild rename to net-im/synapse/synapse-1.98.0-r1.ebuild index 68738577d22a..23a6f0d0c451 100644 --- a/net-im/synapse/synapse-1.98.0.ebuild +++ b/net-im/synapse/synapse-1.98.0-r1.ebuild @@ -94,7 +94,6 @@ DEPEND=" acct-user/synapse acct-group/synapse " -# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528 RDEPEND=" ${DEPEND} dev-python/attrs[${PYTHON_USEDEP}] @@ -123,7 +122,7 @@ RDEPEND=" dev-python/signedjson[${PYTHON_USEDEP}] dev-python/sortedcontainers[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}] -