Skip to content

Commit

Permalink
net-vpn/openconnect: 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 dc6130d commit ee504b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net-vpn/openconnect/openconnect-9.01-r1.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 linux-info python-any-r1

Expand Down
2 changes: 1 addition & 1 deletion net-vpn/openconnect/openconnect-9.01.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 linux-info python-any-r1

Expand Down
2 changes: 1 addition & 1 deletion net-vpn/openconnect/openconnect-9999.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 linux-info python-any-r1

Expand Down

0 comments on commit ee504b3

Please sign in to comment.