diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-18 19:35:41 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-18 19:36:31 -0700 |
commit | f5543e62e9f48dc01cdbdd38ef4a63b755d9d752 (patch) | |
tree | 9523d217e501b95f8e9ed6fb3e0690ba16505b17 /app-text | |
parent | app-text/calibre: drop 5.39.1, 5.40.0, 5.41.0 (diff) | |
download | gentoo-f5543e62e9f48dc01cdbdd38ef4a63b755d9d752.tar.gz gentoo-f5543e62e9f48dc01cdbdd38ef4a63b755d9d752.tar.bz2 gentoo-f5543e62e9f48dc01cdbdd38ef4a63b755d9d752.zip |
app-text/calibre: enable py3.10
Closes: https://bugs.gentoo.org/845591
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.16.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/calibre/calibre-5.42.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/calibre/calibre-5.16.1-r1.ebuild b/app-text/calibre/calibre-5.16.1-r1.ebuild index 2978c52f78a2..ea08211e4d18 100644 --- a/app-text/calibre/calibre-5.16.1-r1.ebuild +++ b/app-text/calibre/calibre-5.16.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 qmake-utils xdg-utils diff --git a/app-text/calibre/calibre-5.42.0-r1.ebuild b/app-text/calibre/calibre-5.42.0-r1.ebuild index 0299cf66b503..f3484c057923 100644 --- a/app-text/calibre/calibre-5.42.0-r1.ebuild +++ b/app-text/calibre/calibre-5.42.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit toolchain-funcs python-single-r1 qmake-utils xdg-utils |