diff options
author | 2020-07-19 21:47:51 -0700 | |
---|---|---|
committer | 2020-07-19 22:19:45 -0700 | |
commit | 95099cb3dada0ac7bc6770f39798992e3508df47 (patch) | |
tree | 06dea092829268aa7fb07940fdbe0ead305bf570 /app-text/calibre | |
parent | dev-python/apsw: Bump to version 3.32.2_p1 (diff) | |
download | gentoo-95099cb3dada0ac7bc6770f39798992e3508df47.tar.gz gentoo-95099cb3dada0ac7bc6770f39798992e3508df47.tar.bz2 gentoo-95099cb3dada0ac7bc6770f39798992e3508df47.zip |
app-text/calibre: PYTHON_COMPAT+=(python3_8)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/calibre-4.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-4.21.0.ebuild b/app-text/calibre/calibre-4.21.0.ebuild index 187479a77138..320b6df32ed2 100644 --- a/app-text/calibre/calibre-4.21.0.ebuild +++ b/app-text/calibre/calibre-4.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils |