Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/
Date: Wed, 07 Sep 2022 07:52:58
Message-Id: 1662537125.dc6130d87fa3beda73a6e041ff6d0aff12c8a03a.mgorny@gentoo
1 commit: dc6130d87fa3beda73a6e041ff6d0aff12c8a03a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:22 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6130d8
7
8 net-print/hplip: Update PYTHON_REQ_USE to xml(+)
9
10 Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
11 features the "xml" flag.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 net-print/hplip/hplip-3.22.4.ebuild | 2 +-
16 net-print/hplip/hplip-3.22.6.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-print/hplip/hplip-3.22.4.ebuild b/net-print/hplip/hplip-3.22.4.ebuild
20 index bced46b2f6eb..21eee2462754 100644
21 --- a/net-print/hplip/hplip-3.22.4.ebuild
22 +++ b/net-print/hplip/hplip-3.22.4.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=8
25
26 PYTHON_COMPAT=( python3_{8,9,10} )
27 -PYTHON_REQ_USE="threads(+),xml"
28 +PYTHON_REQ_USE="threads(+),xml(+)"
29
30 inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
31
32
33 diff --git a/net-print/hplip/hplip-3.22.6.ebuild b/net-print/hplip/hplip-3.22.6.ebuild
34 index adf5ee96e5af..913ac328e5e2 100644
35 --- a/net-print/hplip/hplip-3.22.6.ebuild
36 +++ b/net-print/hplip/hplip-3.22.6.ebuild
37 @@ -4,7 +4,7 @@
38 EAPI=8
39
40 PYTHON_COMPAT=( python3_{8,9,10} )
41 -PYTHON_REQ_USE="threads(+),xml"
42 +PYTHON_REQ_USE="threads(+),xml(+)"
43
44 inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev