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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C1AB158003 for ; Sat, 4 Feb 2023 14:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F5DE07D3; Sat, 4 Feb 2023 14:59:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DD0DE07D3 for ; Sat, 4 Feb 2023 14:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBF5D335D31 for ; Sat, 4 Feb 2023 14:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D218807 for ; Sat, 4 Feb 2023 14:59:00 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1675522735.9215d47f8aa0810c59c53e0e9bb845b0b4302efc.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/ford/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/ford/ford-6.1.17-r1.ebuild X-VCS-Directories: app-doc/ford/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9215d47f8aa0810c59c53e0e9bb845b0b4302efc X-VCS-Branch: dev Date: Sat, 4 Feb 2023 14:59:00 +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: ab4a93c3-35d1-4ba1-bbd3-e067c971338d X-Archives-Hash: 1158e01dcd378b61c953b0e28ad8855a commit: 9215d47f8aa0810c59c53e0e9bb845b0b4302efc Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 4 14:58:13 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Feb 4 14:58:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9215d47f app-doc/ford: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-doc/ford/ford-6.1.17-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/ford/ford-6.1.17-r1.ebuild b/app-doc/ford/ford-6.1.17-r1.ebuild index be743a962..b11d361be 100644 --- a/app-doc/ford/ford-6.1.17-r1.ebuild +++ b/app-doc/ford/ford-6.1.17-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 toolchain-funcs @@ -28,8 +28,8 @@ RDEPEND=" >=dev-python/markdown-include-0.7.0[${PYTHON_USEDEP}] >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}] dev-python/python-markdown-math[${PYTHON_USEDEP}] - >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}] >=dev-python/toposort-1.7[${PYTHON_USEDEP}] + >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"