diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:51:50 +0200 |
commit | 6492ce16e5fabf0e35c457a8c1bde304908903f8 (patch) | |
tree | a5658a9213b15811011e6a638328d92ba34f7522 /app-text/pastebinit | |
parent | app-portage/pfl: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-6492ce16e5fabf0e35c457a8c1bde304908903f8.tar.gz gentoo-6492ce16e5fabf0e35c457a8c1bde304908903f8.tar.bz2 gentoo-6492ce16e5fabf0e35c457a8c1bde304908903f8.zip |
app-text/pastebinit: 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-text/pastebinit')
-rw-r--r-- | app-text/pastebinit/pastebinit-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild index 2813fc45c493..1f6b2139f192 100644 --- a/app-text/pastebinit/pastebinit-1.5.1.ebuild +++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-single-r1 MY_P="${PN}_${PV}" |