commit: dda05dc9feb8261c42edac1c816911cf2ab2da08 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Feb 3 05:46:07 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Feb 3 06:20:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda05dc9
dev-libs/glib: Depend on dev-lang/python[xml] Closes: https://bugs.gentoo.org/812776 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/glib/glib-2.70.2.ebuild | 3 ++- dev-libs/glib/glib-2.70.3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/glib/glib-2.70.2.ebuild b/dev-libs/glib/glib-2.70.2.ebuild index 2019f4a6893a..3b682616d934 100644 --- a/dev-libs/glib/glib-2.70.2.ebuild +++ b/dev-libs/glib/glib-2.70.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg diff --git a/dev-libs/glib/glib-2.70.3.ebuild b/dev-libs/glib/glib-2.70.3.ebuild index 3db8a09e3f72..183a89220c42 100644 --- a/dev-libs/glib/glib-2.70.3.ebuild +++ b/dev-libs/glib/glib-2.70.3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib python-any-r1 toolchain-funcs xdg
