diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-04-23 17:03:15 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-04-23 17:05:14 -0700 |
commit | d84849dbf70b9a050b996dbf0137fa633d8e1306 (patch) | |
tree | 633d39bded66ad8a00c5284f391f19a6de60047a /app-text | |
parent | app-text/calibre: version bump to 2.83.0 (diff) | |
download | gentoo-d84849dbf70b9a050b996dbf0137fa633d8e1306.tar.gz gentoo-d84849dbf70b9a050b996dbf0137fa633d8e1306.tar.bz2 gentoo-d84849dbf70b9a050b996dbf0137fa633d8e1306.zip |
app-text/calibre: patch older versions for bug 540596
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-2.78.0.ebuild | 3 | ||||
-rw-r--r-- | app-text/calibre/calibre-2.80.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/calibre/calibre-2.78.0.ebuild b/app-text/calibre/calibre-2.78.0.ebuild index 94d804a8118d..b2d45db79e7c 100644 --- a/app-text/calibre/calibre-2.78.0.ebuild +++ b/app-text/calibre/calibre-2.78.0.ebuild @@ -86,7 +86,8 @@ src_prepare() { # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface eapply \ "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \ - "${FILESDIR}/${PN}-disable_plugins.patch" + "${FILESDIR}/${PN}-disable_plugins.patch" \ + "${FILESDIR}/${PN}-2.83.0-lzxd-bounds-error-bug-540596.patch" eapply_user diff --git a/app-text/calibre/calibre-2.80.0.ebuild b/app-text/calibre/calibre-2.80.0.ebuild index f41f4e7f5e75..edd2bf35f9da 100644 --- a/app-text/calibre/calibre-2.80.0.ebuild +++ b/app-text/calibre/calibre-2.80.0.ebuild @@ -86,7 +86,8 @@ src_prepare() { # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface eapply \ "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \ - "${FILESDIR}/${PN}-disable_plugins.patch" + "${FILESDIR}/${PN}-disable_plugins.patch" \ + "${FILESDIR}/${PN}-2.83.0-lzxd-bounds-error-bug-540596.patch" eapply_user |