diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:05 +0200 |
commit | dc6130d87fa3beda73a6e041ff6d0aff12c8a03a (patch) | |
tree | c730fc7b3ea90f412e337259c04daae2d55619f2 /net-print/hplip | |
parent | net-misc/s4cmd: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-dc6130d87fa3beda73a6e041ff6d0aff12c8a03a.tar.gz gentoo-dc6130d87fa3beda73a6e041ff6d0aff12c8a03a.tar.bz2 gentoo-dc6130d87fa3beda73a6e041ff6d0aff12c8a03a.zip |
net-print/hplip: 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 'net-print/hplip')
-rw-r--r-- | net-print/hplip/hplip-3.22.4.ebuild | 2 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.22.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-3.22.4.ebuild b/net-print/hplip/hplip-3.22.4.ebuild index bced46b2f6eb..21eee2462754 100644 --- a/net-print/hplip/hplip-3.22.4.ebuild +++ b/net-print/hplip/hplip-3.22.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="threads(+),xml" +PYTHON_REQ_USE="threads(+),xml(+)" inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev diff --git a/net-print/hplip/hplip-3.22.6.ebuild b/net-print/hplip/hplip-3.22.6.ebuild index adf5ee96e5af..913ac328e5e2 100644 --- a/net-print/hplip/hplip-3.22.6.ebuild +++ b/net-print/hplip/hplip-3.22.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="threads(+),xml" +PYTHON_REQ_USE="threads(+),xml(+)" inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev |