commit: 584581e18e41a2fd52f724a76e9687e537aa7771 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 12:35:13 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 12:48:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584581e1
net-misc/electrum: Enable py3.7 Closes: https://bugs.gentoo.org/690288 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/electrum/electrum-3.3.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/electrum/electrum-3.3.6-r2.ebuild b/net-misc/electrum/electrum-3.3.6-r2.ebuild index a58e68be730..9421498d728 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
