Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-mission-control/
Date: Sat, 08 Feb 2020 19:49:31
Message-Id: 1581191274.2225570a84cdcc7a808ea792e1af5120fbd5105f.mattst88@gentoo
1 commit: 2225570a84cdcc7a808ea792e1af5120fbd5105f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 19:46:20 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 19:47:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2225570a
7
8 net-im/telepathy-mission-control: Switch to Python3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
16 index 9018152235c..f54b59cbc4d 100644
17 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
18 +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=6
21 GNOME2_LA_PUNT="yes"
22 # Needed for tests and build #489466
23 -PYTHON_COMPAT=( python2_7 )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25
26 inherit gnome2 python-any-r1