Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Sun, 18 Apr 2021 20:37:33
Message-Id: 1618778247.fd5caa49038e8bd9d89fa1ffdea4105bde589c87.mgorny@gentoo
1 commit: fd5caa49038e8bd9d89fa1ffdea4105bde589c87
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 20:37:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 20:37:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5caa49
7
8 net-misc/electrum: Strip runtime aiorpcX version check
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/electrum/{electrum-4.1.2.ebuild => electrum-4.1.2-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-misc/electrum/electrum-4.1.2.ebuild b/net-misc/electrum/electrum-4.1.2-r1.ebuild
16 similarity index 96%
17 rename from net-misc/electrum/electrum-4.1.2.ebuild
18 rename to net-misc/electrum/electrum-4.1.2-r1.ebuild
19 index 434ffec4d5b..8299571face 100644
20 --- a/net-misc/electrum/electrum-4.1.2.ebuild
21 +++ b/net-misc/electrum/electrum-4.1.2-r1.ebuild
22 @@ -55,8 +55,10 @@ src_prepare() {
23 eapply "${FILESDIR}/3.3.2-desktop.patch"
24
25 # unbind aiorpcX dep
26 - sed -e '/aiorpcX/s:,<0.19::' \
27 + sed -e '/aiorpcx/s:,<0.19::' \
28 -i contrib/requirements/requirements.txt || die
29 + sed -e '/aiorpcx/s:raise.*:pass:' \
30 + -i run_electrum || die
31
32 # Prevent icon from being installed in the wrong location
33 sed -i '/icons_dirname/d' setup.py || die