From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27961139694 for ; Mon, 24 Apr 2017 00:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A9CE0D13; Mon, 24 Apr 2017 00:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 937ABE0D13 for ; Mon, 24 Apr 2017 00:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A09C341659 for ; Mon, 24 Apr 2017 00:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22009743E for ; Mon, 24 Apr 2017 00:05:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1492992314.d84849dbf70b9a050b996dbf0137fa633d8e1306.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-2.78.0.ebuild app-text/calibre/calibre-2.80.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d84849dbf70b9a050b996dbf0137fa633d8e1306 X-VCS-Branch: master Date: Mon, 24 Apr 2017 00:05:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ee80276c-68a0-4243-81ae-af371982c6bf X-Archives-Hash: 6bf60930c0dc506fec8d7602031d0eb9 commit: d84849dbf70b9a050b996dbf0137fa633d8e1306 Author: Zac Medico gentoo org> AuthorDate: Mon Apr 24 00:03:15 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Apr 24 00:05:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84849db app-text/calibre: patch older versions for bug 540596 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-text/calibre/calibre-2.78.0.ebuild | 3 ++- 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 94d804a8118..b2d45db79e7 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 f41f4e7f5e7..edd2bf35f9d 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