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: Sun, 27 Mar 2022 04:44:06
Message-Id: 1648356234.2fe5822f2285dd5edfb385cda69b58269ee34f6b.mattst88@gentoo
1 commit: 2fe5822f2285dd5edfb385cda69b58269ee34f6b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 04:35:47 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 04:43:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe5822f
7
8 net-im/telepathy-mission-control: Depend on python[xml]
9
10 Closes: https://bugs.gentoo.org/833002
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 .../telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild
17 index c68b09c31f35..299724308b1a 100644
18 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild
19 +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild
20 @@ -1,7 +1,8 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 +PYTHON_REQ_USE="xml(+)"
27 PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit gnome2 python-any-r1