diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-02-17 16:48:06 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-02-17 16:59:03 +0000 |
commit | 6409a79bb249cd9e5589dbcf85a1b697ce07b34c (patch) | |
tree | 012cf00d985dd069c4f5dc67e5afb655cce3c977 /app-pda/libplist | |
parent | app-cdr/gcdemu: Enable py3.11 (diff) | |
download | gentoo-6409a79bb249cd9e5589dbcf85a1b697ce07b34c.tar.gz gentoo-6409a79bb249cd9e5589dbcf85a1b697ce07b34c.tar.bz2 gentoo-6409a79bb249cd9e5589dbcf85a1b697ce07b34c.zip |
app-pda/libplist: enable py3.11
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-pda/libplist')
-rw-r--r-- | app-pda/libplist/libplist-2.2.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.2.0-r4.ebuild b/app-pda/libplist/libplist-2.2.0-r4.ebuild index 2f8e6b323075..078f674a40ca 100644 --- a/app-pda/libplist/libplist-2.2.0-r4.ebuild +++ b/app-pda/libplist/libplist-2.2.0-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-r1 toolchain-funcs DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)" |