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 F27C1158086 for ; Sun, 17 Oct 2021 21:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55746E0884; Sun, 17 Oct 2021 21:07:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B219E0884 for ; Sun, 17 Oct 2021 21:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EAD2343937 for ; Sun, 17 Oct 2021 21:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65347165 for ; Sun, 17 Oct 2021 21:07:22 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1634504329.a2511f957c39f5539981bacc63d678d7ff2bb47a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-40.1.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a2511f957c39f5539981bacc63d678d7ff2bb47a X-VCS-Branch: master Date: Sun, 17 Oct 2021 21:07:22 +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: fccca934-9269-4bed-be9a-577fcf4a94ea X-Archives-Hash: 4bc3f8bfe9c410a92611a7cf05914f4b commit: a2511f957c39f5539981bacc63d678d7ff2bb47a Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 17 20:42:44 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 17 20:58:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2511f95 app-editors/gedit-plugins: enable py3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> app-editors/gedit-plugins/gedit-plugins-40.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild index 266db95b91a..1f95326960d 100644 --- a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" VALA_MIN_API_VERSION="0.28"