diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-19 18:31:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-19 18:48:49 +0100 |
commit | 8a4f0366cf6a1d5282d21afbd59c3726f0c2100f (patch) | |
tree | 5184186bccc46c431b08f3adc890377d830fd06d /app-text | |
parent | net-im/telegram-desktop: drop BE patch (diff) | |
download | gentoo-8a4f0366cf6a1d5282d21afbd59c3726f0c2100f.tar.gz gentoo-8a4f0366cf6a1d5282d21afbd59c3726f0c2100f.tar.bz2 gentoo-8a4f0366cf6a1d5282d21afbd59c3726f0c2100f.zip |
app-text/calibre: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-4.9.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-4.9.1-r2.ebuild b/app-text/calibre/calibre-4.9.1-r2.ebuild index 799b96ca85b2..28bcbb1ed53c 100644 --- a/app-text/calibre/calibre-4.9.1-r2.ebuild +++ b/app-text/calibre/calibre-4.9.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils |