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-analyzer/wapiti/
Date: Wed, 07 Sep 2022 07:52:56
Message-Id: 1662537118.e212af479fe23f668cbecad7f1bc5e819a4e15cd.mgorny@gentoo
1 commit: e212af479fe23f668cbecad7f1bc5e819a4e15cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:51:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e212af47
7
8 net-analyzer/wapiti: 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-analyzer/wapiti/wapiti-3.0.5.ebuild | 4 ++--
16 net-analyzer/wapiti/wapiti-3.1.2.ebuild | 2 +-
17 net-analyzer/wapiti/wapiti-3.1.3.ebuild | 2 +-
18 net-analyzer/wapiti/wapiti-9999.ebuild | 2 +-
19 4 files changed, 5 insertions(+), 5 deletions(-)
20
21 diff --git a/net-analyzer/wapiti/wapiti-3.0.5.ebuild b/net-analyzer/wapiti/wapiti-3.0.5.ebuild
22 index d4ca3fb0a6d2..0095d0831bcd 100644
23 --- a/net-analyzer/wapiti/wapiti-3.0.5.ebuild
24 +++ b/net-analyzer/wapiti/wapiti-3.0.5.ebuild
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 PYTHON_COMPAT=( python3_{7..9} )
33 -PYTHON_REQ_USE='xml'
34 +PYTHON_REQ_USE='xml(+)'
35
36 inherit distutils-r1
37
38
39 diff --git a/net-analyzer/wapiti/wapiti-3.1.2.ebuild b/net-analyzer/wapiti/wapiti-3.1.2.ebuild
40 index 8d4a9ed067d8..d70075f9b901 100644
41 --- a/net-analyzer/wapiti/wapiti-3.1.2.ebuild
42 +++ b/net-analyzer/wapiti/wapiti-3.1.2.ebuild
43 @@ -4,7 +4,7 @@
44 EAPI=8
45
46 PYTHON_COMPAT=( python3_{8..10} )
47 -PYTHON_REQ_USE='xml'
48 +PYTHON_REQ_USE='xml(+)'
49
50 inherit distutils-r1
51
52
53 diff --git a/net-analyzer/wapiti/wapiti-3.1.3.ebuild b/net-analyzer/wapiti/wapiti-3.1.3.ebuild
54 index 8d4a9ed067d8..d70075f9b901 100644
55 --- a/net-analyzer/wapiti/wapiti-3.1.3.ebuild
56 +++ b/net-analyzer/wapiti/wapiti-3.1.3.ebuild
57 @@ -4,7 +4,7 @@
58 EAPI=8
59
60 PYTHON_COMPAT=( python3_{8..10} )
61 -PYTHON_REQ_USE='xml'
62 +PYTHON_REQ_USE='xml(+)'
63
64 inherit distutils-r1
65
66
67 diff --git a/net-analyzer/wapiti/wapiti-9999.ebuild b/net-analyzer/wapiti/wapiti-9999.ebuild
68 index e9d25d0eedfd..a2339af0b033 100644
69 --- a/net-analyzer/wapiti/wapiti-9999.ebuild
70 +++ b/net-analyzer/wapiti/wapiti-9999.ebuild
71 @@ -4,7 +4,7 @@
72 EAPI=8
73
74 PYTHON_COMPAT=( python3_{8..10} )
75 -PYTHON_REQ_USE='xml'
76 +PYTHON_REQ_USE='xml(+)'
77
78 inherit distutils-r1 git-r3