Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Thu, 03 Feb 2022 06:21:04
Message-Id: 1643869242.dda05dc9feb8261c42edac1c816911cf2ab2da08.mattst88@gentoo
1 commit: dda05dc9feb8261c42edac1c816911cf2ab2da08
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 05:46:07 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 06:20:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda05dc9
7
8 dev-libs/glib: Depend on dev-lang/python[xml]
9
10 Closes: https://bugs.gentoo.org/812776
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 dev-libs/glib/glib-2.70.2.ebuild | 3 ++-
14 dev-libs/glib/glib-2.70.3.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/glib/glib-2.70.2.ebuild b/dev-libs/glib/glib-2.70.2.ebuild
18 index 2019f4a6893a..3b682616d934 100644
19 --- a/dev-libs/glib/glib-2.70.2.ebuild
20 +++ b/dev-libs/glib/glib-2.70.2.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7..10} )
26 +PYTHON_REQ_USE="xml"
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg
30
31
32 diff --git a/dev-libs/glib/glib-2.70.3.ebuild b/dev-libs/glib/glib-2.70.3.ebuild
33 index 3db8a09e3f72..183a89220c42 100644
34 --- a/dev-libs/glib/glib-2.70.3.ebuild
35 +++ b/dev-libs/glib/glib-2.70.3.ebuild
36 @@ -2,7 +2,8 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python3_{7..10} )
41 +PYTHON_REQ_USE="xml"
42 +PYTHON_COMPAT=( python3_{8..10} )
43
44 inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg