app-portage/src_prepare-scripts: add xml to PYTHON_REQ_USE

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-02-26 12:36:44 +01:00
parent 4065cfec72
commit f8d961b3b0
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="xml"
inherit python-r1

View File

@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="xml"
inherit python-r1