diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-31 14:35:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-31 14:48:46 +0200 |
commit | 584581e18e41a2fd52f724a76e9687e537aa7771 (patch) | |
tree | f051ca1a9e977d1adfa800350eb798c465369e79 /net-misc/electrum | |
parent | app-antivirus/clamav: Fixed compilation with sys-libs/ncurses[tinfo] (diff) | |
download | gentoo-584581e18e41a2fd52f724a76e9687e537aa7771.tar.gz gentoo-584581e18e41a2fd52f724a76e9687e537aa7771.tar.bz2 gentoo-584581e18e41a2fd52f724a76e9687e537aa7771.zip |
net-misc/electrum: Enable py3.7
Closes: https://bugs.gentoo.org/690288
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r-- | net-misc/electrum/electrum-3.3.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/electrum/electrum-3.3.6-r2.ebuild b/net-misc/electrum/electrum-3.3.6-r2.ebuild index a58e68be7304..9421498d728a 100644 --- a/net-misc/electrum/electrum-3.3.6-r2.ebuild +++ b/net-misc/electrum/electrum-3.3.6-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="ncurses?" inherit desktop distutils-r1 xdg-utils |