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-libs/telepathy-glib/
Date: Thu, 03 Feb 2022 06:21:05
Message-Id: 1643869243.acebcf612c27d9ccd1132eaa889e6fe88818acbc.mattst88@gentoo
1 commit: acebcf612c27d9ccd1132eaa889e6fe88818acbc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 06:11:36 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 06:20:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acebcf61
7
8 net-libs/telepathy-glib: Depend on dev-lang/python[xml]
9
10 Closes: https://bugs.gentoo.org/831495
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
17 index 7f1d649611ab..b640178ba851 100644
18 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
19 +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
20 @@ -1,8 +1,9 @@
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
27 +PYTHON_REQ_USE="xml"
28 PYTHON_COMPAT=( python3_{8..10} )
29 VALA_MIN_API_VERSION="0.18"
30 VALA_USE_DEPEND="vapigen"