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 8EB311382C5 for ; Sat, 6 Feb 2021 01:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC3D4E0896; Sat, 6 Feb 2021 01:10:50 +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 94BBCE0896 for ; Sat, 6 Feb 2021 01:10:50 +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 4CBE83431A2 for ; Sat, 6 Feb 2021 01:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88374C1 for ; Sat, 6 Feb 2021 01:10:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612573842.38d04666437280afa416fc67d73c3c57a6d321a3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/breathe/breathe-4.22.1-r1.ebuild dev-python/breathe/breathe-4.22.1.ebuild dev-python/breathe/breathe-4.25.0-r1.ebuild dev-python/breathe/breathe-4.25.0.ebuild dev-python/breathe/breathe-4.25.1-r1.ebuild dev-python/breathe/breathe-4.25.1.ebuild X-VCS-Directories: dev-python/breathe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38d04666437280afa416fc67d73c3c57a6d321a3 X-VCS-Branch: master Date: Sat, 6 Feb 2021 01:10:47 +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: 5cff9cc0-a9f7-4dff-bf42-f5b6f833b391 X-Archives-Hash: e17650396843979754b0a4cb71b7c88b commit: 38d04666437280afa416fc67d73c3c57a6d321a3 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 00:58:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 01:10:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d04666 dev-python/breathe: requires Sphinx 3.x Closes: https://bugs.gentoo.org/752129 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../breathe/{breathe-4.22.1.ebuild => breathe-4.22.1-r1.ebuild} | 2 +- .../breathe/{breathe-4.25.0.ebuild => breathe-4.25.0-r1.ebuild} | 4 ++-- .../breathe/{breathe-4.25.1.ebuild => breathe-4.25.1-r1.ebuild} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/breathe/breathe-4.22.1.ebuild b/dev-python/breathe/breathe-4.22.1-r1.ebuild similarity index 94% rename from dev-python/breathe/breathe-4.22.1.ebuild rename to dev-python/breathe/breathe-4.22.1-r1.ebuild index c61e57b8578..5b01d922191 100644 --- a/dev-python/breathe/breathe-4.22.1.ebuild +++ b/dev-python/breathe/breathe-4.22.1-r1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-li RDEPEND=" app-doc/doxygen dev-python/docutils[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra diff --git a/dev-python/breathe/breathe-4.25.0.ebuild b/dev-python/breathe/breathe-4.25.0-r1.ebuild similarity index 89% rename from dev-python/breathe/breathe-4.25.0.ebuild rename to dev-python/breathe/breathe-4.25.0-r1.ebuild index 185387aaee3..ae80969ca9b 100644 --- a/dev-python/breathe/breathe-4.25.0.ebuild +++ b/dev-python/breathe/breathe-4.25.0-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 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a RDEPEND=" app-doc/doxygen dev-python/docutils[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra diff --git a/dev-python/breathe/breathe-4.25.1.ebuild b/dev-python/breathe/breathe-4.25.1-r1.ebuild similarity index 89% rename from dev-python/breathe/breathe-4.25.1.ebuild rename to dev-python/breathe/breathe-4.25.1-r1.ebuild index 185387aaee3..ae80969ca9b 100644 --- a/dev-python/breathe/breathe-4.25.1.ebuild +++ b/dev-python/breathe/breathe-4.25.1-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 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a RDEPEND=" app-doc/doxygen dev-python/docutils[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra