diff options
author | Sam James <sam@gentoo.org> | 2021-11-02 22:38:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-02 22:45:18 +0000 |
commit | 1f183d914431e0e5ecd159bd296f182e22b25491 (patch) | |
tree | b4c5af2d63fa728cf7d3f4bb9bd39c09e1439f89 /app-text/calibre | |
parent | app-text/calibre: drop rejected upstream patch for plugin downloader (diff) | |
download | gentoo-1f183d914431e0e5ecd159bd296f182e22b25491.tar.gz gentoo-1f183d914431e0e5ecd159bd296f182e22b25491.tar.bz2 gentoo-1f183d914431e0e5ecd159bd296f182e22b25491.zip |
app-text/calibre: drop unused eclasses
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/calibre-5.31.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-5.31.1.ebuild b/app-text/calibre/calibre-5.31.1.ebuild index aa8b79bf0388..2a71b9801756 100644 --- a/app-text/calibre/calibre-5.31.1.ebuild +++ b/app-text/calibre/calibre-5.31.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="ipv6(+),sqlite,ssl" -inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils +inherit toolchain-funcs python-single-r1 xdg-utils DESCRIPTION="Ebook management application" HOMEPAGE="https://calibre-ebook.com/" |