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 04DF615800F for ; Thu, 2 Feb 2023 06:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E82E08C4; Thu, 2 Feb 2023 06:15:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9B69E08C4 for ; Thu, 2 Feb 2023 06:15:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3834335D7C for ; Thu, 2 Feb 2023 06:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A372899 for ; Thu, 2 Feb 2023 06:15:21 +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: <1675318502.9721e16a29c29e7daffa22511c0a0160177c126b.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: 9721e16a29c29e7daffa22511c0a0160177c126b X-VCS-Branch: dev Date: Thu, 2 Feb 2023 06:15:21 +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: eeb896ea-5159-49df-a857-4c7ad4e95491 X-Archives-Hash: 47551617f4f151521663c6b778936415 commit: 9721e16a29c29e7daffa22511c0a0160177c126b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Feb 2 06:10:35 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Feb 2 06:15:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9721e16a app-doc/ford: disable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-doc/ford/ford-6.1.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/ford/ford-6.1.17-r1.ebuild b/app-doc/ford/ford-6.1.17-r1.ebuild index 5637d7215..be743a962 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..11} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 toolchain-funcs