summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-02 22:34:48 +0000
committerSam James <sam@gentoo.org>2021-11-02 22:45:17 +0000
commit1f49967be0eec90ae3240d5588b97b878697927a (patch)
tree967e045721624a605dbceb2dc9dd7027ef012e56 /app-text
parentwww-client/firefox-bin: bump to v94.0 (diff)
downloadgentoo-1f49967be0eec90ae3240d5588b97b878697927a.tar.gz
gentoo-1f49967be0eec90ae3240d5588b97b878697927a.tar.bz2
gentoo-1f49967be0eec90ae3240d5588b97b878697927a.zip
app-text/calibre: drop rejected upstream patch for plugin downloader
The plugins are downloaded over HTTPS and we seem to have been cargo-culting this Debian patch for quite some time. Upstream don't see the need for this and neither do I. It looks like Debian have dropped this now too. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/calibre/calibre-5.31.1.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/app-text/calibre/calibre-5.31.1.ebuild b/app-text/calibre/calibre-5.31.1.ebuild
index 3f1b8592ace4..aa8b79bf0388 100644
--- a/app-text/calibre/calibre-5.31.1.ebuild
+++ b/app-text/calibre/calibre-5.31.1.ebuild
@@ -117,8 +117,6 @@ BDEPEND="$(python_gen_cond_dep '
PATCHES=(
# no_updates: do not annoy user with "new version is availible all the time
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch"
- # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
- "${FILESDIR}/${PN}-disable_plugins.patch"
# Skip calling a binary (JxrDecApp) from libjxr which is used for tests
# We don't (yet?) package libjxr and it seems to be dead upstream