diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-20 19:09:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-20 19:20:50 +0100 |
commit | 0e07781a383c163d26a4db9eb740bbded9e99426 (patch) | |
tree | 8dead1cbeb72f1079904167adfdae783fb4a922c /app-text/calibre | |
parent | app-crypt/keybase: bump to 6.0.2, update ebuilds, new maintainer (diff) | |
download | gentoo-0e07781a383c163d26a4db9eb740bbded9e99426.tar.gz gentoo-0e07781a383c163d26a4db9eb740bbded9e99426.tar.bz2 gentoo-0e07781a383c163d26a4db9eb740bbded9e99426.zip |
app-text/calibre: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/calibre-5.44.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-5.44.0-r1.ebuild b/app-text/calibre/calibre-5.44.0-r1.ebuild index d6a8b42211fd..a26e275caee7 100644 --- a/app-text/calibre/calibre-5.44.0-r1.ebuild +++ b/app-text/calibre/calibre-5.44.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit toolchain-funcs python-single-r1 qmake-utils xdg-utils |