commit: 67fd6bb1349982d18701ff3a7f2501e0bcc4a791
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 03:19:45 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 03:21:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fd6bb1
net-misc/electrum-ltc: fix aiorpcX requirements and drop python3_7 from
PYTHON_COMPAT
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
b/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
index 39fca46d44f..7cdd8f438e5 100644
--- a/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
+++ b/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_8 )
PYTHON_REQ_USE="ncurses?"
inherit desktop distutils-r1 gnome2-utils xdg-utils
@@ -62,7 +62,7 @@ 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
# Prevent icon from being installed in the wrong location