Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Tue, 02 Nov 2021 22:45:30
Message-Id: 1635893118.1f183d914431e0e5ecd159bd296f182e22b25491.sam@gentoo
1 commit: 1f183d914431e0e5ecd159bd296f182e22b25491
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 22:38:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 22:45:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f183d91
7
8 app-text/calibre: drop unused eclasses
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/calibre/calibre-5.31.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/calibre/calibre-5.31.1.ebuild b/app-text/calibre/calibre-5.31.1.ebuild
16 index aa8b79bf038..2a71b980175 100644
17 --- a/app-text/calibre/calibre-5.31.1.ebuild
18 +++ b/app-text/calibre/calibre-5.31.1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{8..9} )
21 PYTHON_REQ_USE="ipv6(+),sqlite,ssl"
22
23 -inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
24 +inherit toolchain-funcs python-single-r1 xdg-utils
25
26 DESCRIPTION="Ebook management application"
27 HOMEPAGE="https://calibre-ebook.com/"