summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:00 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:46 +0200
commit6bb0ed00b4965b153fb8832e47ede177500c0e72 (patch)
treeef307f66fddbcb77d3275df2ad557cd40ac37bf1 /app-admin/system-config-printer/system-config-printer-1.5.17.ebuild
parentapp-admin/clustershell: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-6bb0ed00b4965b153fb8832e47ede177500c0e72.tar.gz
gentoo-6bb0ed00b4965b153fb8832e47ede177500c0e72.tar.bz2
gentoo-6bb0ed00b4965b153fb8832e47ede177500c0e72.zip
app-admin/system-config-printer: 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-admin/system-config-printer/system-config-printer-1.5.17.ebuild')
-rw-r--r--app-admin/system-config-printer/system-config-printer-1.5.17.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/system-config-printer/system-config-printer-1.5.17.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.17.ebuild
index b3d54f6d76b2..da888acedc10 100644
--- a/app-admin/system-config-printer/system-config-printer-1.5.17.ebuild
+++ b/app-admin/system-config-printer/system-config-printer-1.5.17.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
inherit python-single-r1 systemd udev xdg
DESCRIPTION="Graphical user interface for CUPS administration"