Skip to content

Commit

Permalink
net-misc/rabbitmq-server: Update PYTHON_REQ_USE to xml(+)
Browse files Browse the repository at this point in the history
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 7, 2022
1 parent 52c021c commit 824e6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"

inherit python-any-r1 systemd

Expand Down
2 changes: 1 addition & 1 deletion net-misc/rabbitmq-server/rabbitmq-server-3.8.34.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"

inherit python-any-r1 systemd

Expand Down
2 changes: 1 addition & 1 deletion net-misc/rabbitmq-server/rabbitmq-server-3.9.20.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"

inherit python-any-r1 systemd

Expand Down

0 comments on commit 824e6ea

Please sign in to comment.