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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC127158042 for ; Tue, 22 Oct 2024 14:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6744E0869; Tue, 22 Oct 2024 14:49:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B168EE0869 for ; Tue, 22 Oct 2024 14:49:55 +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 DE98933BE00 for ; Tue, 22 Oct 2024 14:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512C310BB for ; Tue, 22 Oct 2024 14:49:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1729608362.fafb46bd146b28cac6ede5d1d6417586c89f6deb.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electrum/electrum-4.5.6-r1.ebuild net-misc/electrum/electrum-4.5.6.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fafb46bd146b28cac6ede5d1d6417586c89f6deb X-VCS-Branch: master Date: Tue, 22 Oct 2024 14:49:53 +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: 4f90d207-4ab7-4ade-b461-fbb39383b421 X-Archives-Hash: d61501e46d1e96d79dc015341105f8eb commit: fafb46bd146b28cac6ede5d1d6417586c89f6deb Author: Florian Schmaus gentoo org> AuthorDate: Tue Oct 22 14:42:52 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Oct 22 14:46:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafb46bd net-misc/electrum: relax libsecp256k1 dependency restriction This changes the RDEPEND gentoo.org> net-misc/electrum/{electrum-4.5.6.ebuild => electrum-4.5.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/electrum/electrum-4.5.6.ebuild b/net-misc/electrum/electrum-4.5.6-r1.ebuild similarity index 99% rename from net-misc/electrum/electrum-4.5.6.ebuild rename to net-misc/electrum/electrum-4.5.6-r1.ebuild index 85c8d7cc1e8f..02ad7116d974 100644 --- a/net-misc/electrum/electrum-4.5.6.ebuild +++ b/net-misc/electrum/electrum-4.5.6-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE="|| ( cli ncurses qt5 )" RDEPEND=" ${PYTHON_DEPS} - =dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}] =dev-python/aiorpcx-0.23*[${PYTHON_USEDEP}] >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]