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 2F7CA158018 for ; Sat, 2 Oct 2021 06:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D2FE0908; Sat, 2 Oct 2021 06:02:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E0091E08ED for ; Sat, 2 Oct 2021 06:02:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76185342C23 for ; Sat, 2 Oct 2021 06:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2FB811D for ; Sat, 2 Oct 2021 06:01:59 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1633154408.55bcb6c42ddefa3c20e50df4dc26a0a2138e947d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/openconnect/openconnect-8.10-r2.ebuild net-vpn/openconnect/openconnect-9999.ebuild X-VCS-Directories: net-vpn/openconnect/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 55bcb6c42ddefa3c20e50df4dc26a0a2138e947d X-VCS-Branch: master Date: Sat, 2 Oct 2021 06:01:59 +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: 18d2af97-cfaf-47d9-8659-cd80a8490ba1 X-Archives-Hash: 691a31b7e26c19271414949279e0e52b commit: 55bcb6c42ddefa3c20e50df4dc26a0a2138e947d Author: Mike Gilbert gentoo org> AuthorDate: Sat Oct 2 03:56:27 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Oct 2 06:00:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bcb6c4 net-vpn/openconnect: support python3.10 Signed-off-by: Mike Gilbert gentoo.org> net-vpn/openconnect/openconnect-8.10-r2.ebuild | 2 +- net-vpn/openconnect/openconnect-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/openconnect/openconnect-8.10-r2.ebuild b/net-vpn/openconnect/openconnect-8.10-r2.ebuild index bd7b218a022..ba71fcaef77 100644 --- a/net-vpn/openconnect/openconnect-8.10-r2.ebuild +++ b/net-vpn/openconnect/openconnect-8.10-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" inherit linux-info python-any-r1 diff --git a/net-vpn/openconnect/openconnect-9999.ebuild b/net-vpn/openconnect/openconnect-9999.ebuild index bd7b218a022..ba71fcaef77 100644 --- a/net-vpn/openconnect/openconnect-9999.ebuild +++ b/net-vpn/openconnect/openconnect-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" inherit linux-info python-any-r1