Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Wed, 31 Jul 2019 12:48:56
Message-Id: 1564577326.584581e18e41a2fd52f724a76e9687e537aa7771.mgorny@gentoo
1 commit: 584581e18e41a2fd52f724a76e9687e537aa7771
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 12:35:13 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 12:48:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584581e1
7
8 net-misc/electrum: Enable py3.7
9
10 Closes: https://bugs.gentoo.org/690288
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-misc/electrum/electrum-3.3.6-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/electrum/electrum-3.3.6-r2.ebuild b/net-misc/electrum/electrum-3.3.6-r2.ebuild
17 index a58e68be730..9421498d728 100644
18 --- a/net-misc/electrum/electrum-3.3.6-r2.ebuild
19 +++ b/net-misc/electrum/electrum-3.3.6-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="7"
23
24 -PYTHON_COMPAT=( python3_6 )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 PYTHON_REQ_USE="ncurses?"
27
28 inherit desktop distutils-r1 xdg-utils