diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:51:52 +0200 |
commit | 094a79e503af5fb40be03f57db3d63a54f7fbcf5 (patch) | |
tree | f493372afcecbb4ccce5da197ae0aef702948b79 /dev-util | |
parent | dev-util/gprof2dot: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-094a79e503af5fb40be03f57db3d63a54f7fbcf5.tar.gz gentoo-094a79e503af5fb40be03f57db3d63a54f7fbcf5.tar.bz2 gentoo-094a79e503af5fb40be03f57db3d63a54f7fbcf5.zip |
dev-util/gtk-builder-convert: 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 'dev-util')
-rw-r--r-- | dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild index 3b9e91c04696..294e4a580033 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild @@ -5,7 +5,7 @@ EAPI=7 GNOME_ORG_MODULE="gtk+" PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit gnome.org python-single-r1 |