diff options
author | 2022-05-20 10:46:34 -0700 | |
---|---|---|
committer | 2022-05-20 10:47:20 -0700 | |
commit | 02222e41386ba064545e4ea056564f39d3161ea3 (patch) | |
tree | 711e9b902d322c5a72208eaa6c640ecb533bafbf /app-text/calibre | |
parent | haskell-cabal.eclass: Update function call (diff) | |
download | gentoo-02222e41386ba064545e4ea056564f39d3161ea3.tar.gz gentoo-02222e41386ba064545e4ea056564f39d3161ea3.tar.bz2 gentoo-02222e41386ba064545e4ea056564f39d3161ea3.zip |
app-text/calibre: disable py3.10 for 5.16.1-r1
Closes: https://bugs.gentoo.org/846551
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/calibre-5.16.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-5.16.1-r1.ebuild b/app-text/calibre/calibre-5.16.1-r1.ebuild index ea08211e4d18..2978c52f78a2 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..10} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 qmake-utils xdg-utils |