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 BB650138334 for ; Tue, 2 Apr 2019 05:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8951E0BE7; Tue, 2 Apr 2019 05:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C683AE0BE7 for ; Tue, 2 Apr 2019 05:58:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2A00335C8E for ; Tue, 2 Apr 2019 05:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20DDF545 for ; Tue, 2 Apr 2019 05:58:55 +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: <1554184722.5945e7c86317ee78064b05685ec18b122edf9d8b.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-3.26.1.ebuild app-text/calibre/calibre-3.40.1.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5945e7c86317ee78064b05685ec18b122edf9d8b X-VCS-Branch: master Date: Tue, 2 Apr 2019 05:58:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d36ee0e0-00d7-49b2-9c6c-c7ec3e8e41b8 X-Archives-Hash: 85be50ff8ba22a6c24e4060c20b4b9aa commit: 5945e7c86317ee78064b05685ec18b122edf9d8b Author: Zac Medico gentoo org> AuthorDate: Tue Apr 2 05:54:17 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Apr 2 05:58:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5945e7c8 app-text/calibre: add dev-python/sip to DEPEND Reported-by: Arthur Zamarin gmail.com> Closes: https://bugs.gentoo.org/682152 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> app-text/calibre/calibre-3.26.1.ebuild | 3 ++- app-text/calibre/calibre-3.40.1.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/calibre/calibre-3.26.1.ebuild b/app-text/calibre/calibre-3.26.1.ebuild index f761e9c5d83..c9008b5e802 100644 --- a/app-text/calibre/calibre-3.26.1.ebuild +++ b/app-text/calibre/calibre-3.26.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -93,6 +93,7 @@ RDEPEND="${COMMON_DEPEND} udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )" DEPEND="${COMMON_DEPEND} >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}] + dev-python/sip[${PYTHON_USEDEP}] >=virtual/podofo-build-0.9.4 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-3.40.1.ebuild b/app-text/calibre/calibre-3.40.1.ebuild index a35d78bdf20..cd10ca04cdc 100644 --- a/app-text/calibre/calibre-3.40.1.ebuild +++ b/app-text/calibre/calibre-3.40.1.ebuild @@ -95,6 +95,7 @@ RDEPEND="${COMMON_DEPEND} udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )" DEPEND="${COMMON_DEPEND} >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}] + dev-python/sip[${PYTHON_USEDEP}] >=virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig"