summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild4
1 files 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 39fca46d44f7..7cdd8f438e5b 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