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 3BC3E139360 for ; Thu, 5 Aug 2021 14:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E50AE085A; Thu, 5 Aug 2021 14:37:02 +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 3CAB6E085A for ; Thu, 5 Aug 2021 14:37:02 +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 2B71F33BE18 for ; Thu, 5 Aug 2021 14:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF52737 for ; Thu, 5 Aug 2021 14:36:58 +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: <1628174205.7edefc2a2392e483ec628386fea4dcbe235f35a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.18.5.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7edefc2a2392e483ec628386fea4dcbe235f35a2 X-VCS-Branch: master Date: Thu, 5 Aug 2021 14:36:58 +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: 972238a9-6537-4c12-9e6c-4a7f71c32611 X-Archives-Hash: ad892d483e0e425758b86e70fdac8bc2 commit: 7edefc2a2392e483ec628386fea4dcbe235f35a2 Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Aug 5 09:46:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 5 14:36:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edefc2a dev-util/cmake: Require sphinx <4 for cmake 3.18 or lower This was tested, sphinx 3.x still works for the newer cmake versions. Closes: https://bugs.gentoo.org/806318 Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21890 Signed-off-by: Sam James gentoo.org> dev-util/cmake/cmake-3.18.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.18.5.ebuild b/dev-util/cmake/cmake-3.18.5.ebuild index be86fdd110e..f3b61204861 100644 --- a/dev-util/cmake/cmake-3.18.5.ebuild +++ b/dev-util/cmake/cmake-3.18.5.ebuild @@ -42,7 +42,7 @@ DEPEND="${RDEPEND}" BDEPEND=" doc? ( dev-python/requests - dev-python/sphinx +