diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-02-21 19:19:45 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-02-21 19:21:01 -0800 |
commit | 67fd6bb1349982d18701ff3a7f2501e0bcc4a791 (patch) | |
tree | 80e8dcebd3d1456aa8287a97ac85cdaaffaca4d9 /net-misc/electrum-ltc | |
parent | media-gfx/pngcheck: security cleanup (drop <3.0.2) (diff) | |
download | gentoo-67fd6bb1349982d18701ff3a7f2501e0bcc4a791.tar.gz gentoo-67fd6bb1349982d18701ff3a7f2501e0bcc4a791.tar.bz2 gentoo-67fd6bb1349982d18701ff3a7f2501e0bcc4a791.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/electrum-ltc')
-rw-r--r-- | net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild | 4 |
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 |