summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:10 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:55 +0200
commita45d85256bdd26aee7d8877f50daee32c12d9e2a (patch)
treeac79699b5f998be48989fdf342c2e15794b469fc /gnome-base/gconf
parentdev-util/meld: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-a45d85256bdd26aee7d8877f50daee32c12d9e2a.tar.gz
gentoo-a45d85256bdd26aee7d8877f50daee32c12d9e2a.tar.bz2
gentoo-a45d85256bdd26aee7d8877f50daee32c12d9e2a.zip
gnome-base/gconf: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r--gnome-base/gconf/gconf-3.2.6-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
index 2102f9517875..92ebc45a813e 100644
--- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
+++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
GNOME_ORG_MODULE="GConf"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
inherit gnome2 multilib-minimal python-single-r1