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 718E715808B for ; Thu, 24 Mar 2022 11:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71211E08F1; Thu, 24 Mar 2022 11:58:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BDEADE08F1 for ; Thu, 24 Mar 2022 11:58:39 +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 4817F3430B7 for ; Thu, 24 Mar 2022 11:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 930B432D for ; Thu, 24 Mar 2022 11:58:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1648123069.f11d77d16e4ebf61dc96219994e5877b02e23ae0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-21.12.3-r1.ebuild dev-util/kdevelop-python/kdevelop-python-21.12.3.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f11d77d16e4ebf61dc96219994e5877b02e23ae0 X-VCS-Branch: master Date: Thu, 24 Mar 2022 11:58:36 +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: 1c000d23-2675-4127-a777-b0f94a9537b9 X-Archives-Hash: f2430c13caecca5c327551e660b2abb8 commit: f11d77d16e4ebf61dc96219994e5877b02e23ae0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 24 11:57:49 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 24 11:57:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11d77d1 dev-util/kdevelop-python: No python3_10 support Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> ...kdevelop-python-21.12.3.ebuild => kdevelop-python-21.12.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-21.12.3.ebuild b/dev-util/kdevelop-python/kdevelop-python-21.12.3-r1.ebuild similarity index 97% rename from dev-util/kdevelop-python/kdevelop-python-21.12.3.ebuild rename to dev-util/kdevelop-python/kdevelop-python-21.12.3-r1.ebuild index 15d000b664d2..92a94e2eb391 100644 --- a/dev-util/kdevelop-python/kdevelop-python-21.12.3.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-21.12.3-r1.ebuild @@ -7,7 +7,7 @@ ECM_TEST="forceoptional" KDE_GEAR="true" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..9} ) KFMIN=5.88.0 QTMIN=5.15.2 inherit ecm kde.org python-single-r1