summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:09 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:54 +0200
commitfa3a6a2e769ade282187413730f6b272838ad153 (patch)
treeed78c577ad6cbdc71ac37cda9caf8113f3fa2be4 /dev-util/meld
parentdev-util/itstool: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-fa3a6a2e769ade282187413730f6b272838ad153.tar.gz
gentoo-fa3a6a2e769ade282187413730f6b272838ad153.tar.bz2
gentoo-fa3a6a2e769ade282187413730f6b272838ad153.zip
dev-util/meld: 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/meld')
-rw-r--r--dev-util/meld/meld-3.20.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/meld/meld-3.20.4.ebuild b/dev-util/meld/meld-3.20.4.ebuild
index a747164ecbc2..1a416d7610fc 100644
--- a/dev-util/meld/meld-3.20.4.ebuild
+++ b/dev-util/meld/meld-3.20.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=no