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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BDF21382C5 for ; Sun, 18 Apr 2021 20:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 965FBE0729; Sun, 18 Apr 2021 20:37:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AF89E0729 for ; Sun, 18 Apr 2021 20:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73998340C42 for ; Sun, 18 Apr 2021 20:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12DCFCC for ; Sun, 18 Apr 2021 20:37:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1618778247.fd5caa49038e8bd9d89fa1ffdea4105bde589c87.mgorny@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.1.2-r1.ebuild net-misc/electrum/electrum-4.1.2.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd5caa49038e8bd9d89fa1ffdea4105bde589c87 X-VCS-Branch: master Date: Sun, 18 Apr 2021 20:37: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: df769312-066f-43ec-9495-971fb3825f67 X-Archives-Hash: 37b26c0d976a2aa5363e3d227d9a89f0 commit: fd5caa49038e8bd9d89fa1ffdea4105bde589c87 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 18 20:37:08 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 18 20:37:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5caa49 net-misc/electrum: Strip runtime aiorpcX version check Signed-off-by: Michał Górny gentoo.org> net-misc/electrum/{electrum-4.1.2.ebuild => electrum-4.1.2-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/electrum/electrum-4.1.2.ebuild b/net-misc/electrum/electrum-4.1.2-r1.ebuild similarity index 96% rename from net-misc/electrum/electrum-4.1.2.ebuild rename to net-misc/electrum/electrum-4.1.2-r1.ebuild index 434ffec4d5b..8299571face 100644 --- a/net-misc/electrum/electrum-4.1.2.ebuild +++ b/net-misc/electrum/electrum-4.1.2-r1.ebuild @@ -55,8 +55,10 @@ src_prepare() { eapply "${FILESDIR}/3.3.2-desktop.patch" # unbind aiorpcX dep - sed -e '/aiorpcX/s:,<0.19::' \ + sed -e '/aiorpcx/s:,<0.19::' \ -i contrib/requirements/requirements.txt || die + sed -e '/aiorpcx/s:raise.*:pass:' \ + -i run_electrum || die # Prevent icon from being installed in the wrong location sed -i '/icons_dirname/d' setup.py || die