diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:51:50 +0200 |
commit | da54a0f9c4b8f0ddb70295f216272e455f05a806 (patch) | |
tree | 035a4b705e14cba785a425266379947d73331159 /app-portage/pfl | |
parent | app-portage/mirrorselect: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-da54a0f9c4b8f0ddb70295f216272e455f05a806.tar.gz gentoo-da54a0f9c4b8f0ddb70295f216272e455f05a806.tar.bz2 gentoo-da54a0f9c4b8f0ddb70295f216272e455f05a806.zip |
app-portage/pfl: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/pfl')
-rw-r--r-- | app-portage/pfl/pfl-3.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/pfl/pfl-3.2-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/pfl/pfl-3.1-r1.ebuild b/app-portage/pfl/pfl-3.1-r1.ebuild index 3f28082c92e7..215899e860a3 100644 --- a/app-portage/pfl/pfl-3.1-r1.ebuild +++ b/app-portage/pfl/pfl-3.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{7,8,9} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 systemd diff --git a/app-portage/pfl/pfl-3.2-r2.ebuild b/app-portage/pfl/pfl-3.2-r2.ebuild index b50b1ccd7565..c8d37953dd7d 100644 --- a/app-portage/pfl/pfl-3.2-r2.ebuild +++ b/app-portage/pfl/pfl-3.2-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 systemd |