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 086541580B1 for ; Tue, 31 Aug 2021 09:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D0BE088B; Tue, 31 Aug 2021 09:05:43 +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 D17EDE088C for ; Tue, 31 Aug 2021 09:05:42 +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 DCDDA340942 for ; Tue, 31 Aug 2021 09:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B21491 for ; Tue, 31 Aug 2021 09:05:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1630400353.7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-5.16.1-r1.ebuild app-text/calibre/calibre-5.16.1.ebuild app-text/calibre/calibre-5.25.0-r1.ebuild app-text/calibre/calibre-5.25.0-r2.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4 X-VCS-Branch: master Date: Tue, 31 Aug 2021 09:05:40 +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: 4f0c13a3-285a-46a7-b45e-3da27d80c335 X-Archives-Hash: 7689a46d627d01c56d7e332ab6081cc0 commit: 7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 31 08:59:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 31 08:59:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be47ab2 app-text/calibre: dev-lang/python is now ipv6(+) Signed-off-by: Michał Górny gentoo.org> app-text/calibre/{calibre-5.16.1.ebuild => calibre-5.16.1-r1.ebuild} | 2 +- app-text/calibre/{calibre-5.25.0-r1.ebuild => calibre-5.25.0-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1-r1.ebuild similarity index 99% rename from app-text/calibre/calibre-5.16.1.ebuild rename to app-text/calibre/calibre-5.16.1-r1.ebuild index 546774b0f93..97757b4f3ee 100644 --- a/app-text/calibre/calibre-5.16.1.ebuild +++ b/app-text/calibre/calibre-5.16.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..9} ) -PYTHON_REQ_USE="ipv6,sqlite,ssl" +PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils diff --git a/app-text/calibre/calibre-5.25.0-r1.ebuild b/app-text/calibre/calibre-5.25.0-r2.ebuild similarity index 99% rename from app-text/calibre/calibre-5.25.0-r1.ebuild rename to app-text/calibre/calibre-5.25.0-r2.ebuild index 41939728407..e0bb47f4818 100644 --- a/app-text/calibre/calibre-5.25.0-r1.ebuild +++ b/app-text/calibre/calibre-5.25.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..9} ) -PYTHON_REQ_USE="ipv6,sqlite,ssl" +PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils