diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:51:46 +0200 |
commit | 6bb0ed00b4965b153fb8832e47ede177500c0e72 (patch) | |
tree | ef307f66fddbcb77d3275df2ad557cd40ac37bf1 /app-admin | |
parent | app-admin/clustershell: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-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')
3 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild index 6eccbf19762f..4636baffbb83 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.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" 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" diff --git a/app-admin/system-config-printer/system-config-printer-1.5.18.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.18.ebuild index b3d54f6d76b2..da888acedc10 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.18.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.18.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" |