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 8D70715800F for ; Wed, 25 Jan 2023 10:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C248E0867; Wed, 25 Jan 2023 10:34:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B436E0867 for ; Wed, 25 Jan 2023 10:34:14 +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 CEDBC340F6D for ; Wed, 25 Jan 2023 10:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CEA488D for ; Wed, 25 Jan 2023 10:34:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1674596337.0b463dd96e788dc93f026bc3f598397244a57145.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-doc/ford/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/ford/ford-6.1.13-r1.ebuild X-VCS-Directories: app-doc/ford/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0b463dd96e788dc93f026bc3f598397244a57145 X-VCS-Branch: master Date: Wed, 25 Jan 2023 10:34:11 +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: 7f3c8e95-a3f4-4b60-9091-b443443df039 X-Archives-Hash: b003c1c8d4a9de853843614a5aed02c6 commit: 0b463dd96e788dc93f026bc3f598397244a57145 Author: Sergey Torokhov yandex ru> AuthorDate: Tue Jan 24 21:36:52 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jan 24 21:38:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b463dd9 app-doc/ford: ford-6.1.13-r1 fix python compat with 3.9 restrict. Signed-off-by: Sergey Torokhov yandex.ru> app-doc/ford/ford-6.1.13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/ford/ford-6.1.13-r1.ebuild b/app-doc/ford/ford-6.1.13-r1.ebuild index 9f6e6fbd8..277426ce6 100644 --- a/app-doc/ford/ford-6.1.13-r1.ebuild +++ b/app-doc/ford/ford-6.1.13-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{3..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 toolchain-funcs