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 839F91382C5 for ; Wed, 2 Jun 2021 07:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD9ABE0833; Wed, 2 Jun 2021 07:53:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3D6DE0833 for ; Wed, 2 Jun 2021 07:53:15 +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 44C8F33D3C2 for ; Wed, 2 Jun 2021 07:53:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 945DE5C4 for ; Wed, 2 Jun 2021 07:53:12 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622620380.d929291be3262b89b522d1ef0c209fe57158131e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-4.22.0.ebuild app-text/calibre/calibre-4.23.0.ebuild app-text/calibre/calibre-5.13.0.ebuild app-text/calibre/calibre-5.16.1.ebuild app-text/calibre/calibre-5.4.2-r1.ebuild app-text/calibre/calibre-5.6.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d929291be3262b89b522d1ef0c209fe57158131e X-VCS-Branch: master Date: Wed, 2 Jun 2021 07:53:12 +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: 0a533830-3091-42ed-ab10-1e26b0feacb5 X-Archives-Hash: 74c02c52d3ba4df249d931713d585525 commit: d929291be3262b89b522d1ef0c209fe57158131e Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jun 2 07:53:00 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jun 2 07:53:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d929291b app-text/calibre: restrict to gentoo.org> app-text/calibre/calibre-4.22.0.ebuild | 4 ++-- app-text/calibre/calibre-4.23.0.ebuild | 4 ++-- app-text/calibre/calibre-5.13.0.ebuild | 2 +- app-text/calibre/calibre-5.16.1.ebuild | 2 +- app-text/calibre/calibre-5.4.2-r1.ebuild | 4 ++-- app-text/calibre/calibre-5.6.0.ebuild | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-text/calibre/calibre-4.22.0.ebuild b/app-text/calibre/calibre-4.22.0.ebuild index e2294a1a47d..73be3fb3164 100644 --- a/app-text/calibre/calibre-4.22.0.ebuild +++ b/app-text/calibre/calibre-4.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -104,7 +104,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + =virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-4.23.0.ebuild b/app-text/calibre/calibre-4.23.0.ebuild index 1b65bc4a6c3..ac0a731d05c 100644 --- a/app-text/calibre/calibre-4.23.0.ebuild +++ b/app-text/calibre/calibre-4.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -104,7 +104,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + =virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-5.13.0.ebuild b/app-text/calibre/calibre-5.13.0.ebuild index 0f9dbc728c7..be03ce4ed47 100644 --- a/app-text/calibre/calibre-5.13.0.ebuild +++ b/app-text/calibre/calibre-5.13.0.ebuild @@ -106,7 +106,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + =virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1.ebuild index cb40b52ae21..3a057d5d38e 100644 --- a/app-text/calibre/calibre-5.16.1.ebuild +++ b/app-text/calibre/calibre-5.16.1.ebuild @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + =virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-5.4.2-r1.ebuild b/app-text/calibre/calibre-5.4.2-r1.ebuild index 124c0b0ffd7..237c69e913c 100644 --- a/app-text/calibre/calibre-5.4.2-r1.ebuild +++ b/app-text/calibre/calibre-5.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + =virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-5.6.0.ebuild b/app-text/calibre/calibre-5.6.0.ebuild index 1547c3b7358..9c20538532c 100644 --- a/app-text/calibre/calibre-5.6.0.ebuild +++ b/app-text/calibre/calibre-5.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' >=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}] - dev-python/sip[${PYTHON_MULTI_USEDEP}] + =virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig"