diff options
author | 2022-09-04 21:43:01 +0200 | |
---|---|---|
committer | 2022-09-07 09:51:48 +0200 | |
commit | e4ac97c4f93e3b803c7910b5af9a78697c871168 (patch) | |
tree | 3dc6139bab5da54c231c4e09955079d603f63fb3 /app-editors/gedit-plugins | |
parent | app-doc/devmanual: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-e4ac97c4f93e3b803c7910b5af9a78697c871168.tar.gz gentoo-e4ac97c4f93e3b803c7910b5af9a78697c871168.tar.bz2 gentoo-e4ac97c4f93e3b803c7910b5af9a78697c871168.zip |
app-editors/gedit-plugins: 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 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-42.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild index e908fd082b71..2c43fcc16023 100644 --- a/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" VALA_MIN_API_VERSION="0.28" inherit gnome.org gnome2-utils meson python-single-r1 vala xdg |