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 10D6B138359 for ; Wed, 2 Sep 2020 16:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45E11E0932; Wed, 2 Sep 2020 16:33:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C667E0932 for ; Wed, 2 Sep 2020 16:33:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8564B340E9D for ; Wed, 2 Sep 2020 16:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AA832FC for ; Wed, 2 Sep 2020 16:33:12 +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: <1599064368.fdefaf44e67b52a6103b2e21cfb092529b1bf603.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.09-r1.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: fdefaf44e67b52a6103b2e21cfb092529b1bf603 X-VCS-Branch: master Date: Wed, 2 Sep 2020 16:33:12 +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: 971509f3-7006-4f20-8ec1-ab00bcf9fd3f X-Archives-Hash: d970d280845dd2b08f4c735306da3664 commit: fdefaf44e67b52a6103b2e21cfb092529b1bf603 Author: Mike Gilbert gentoo org> AuthorDate: Wed Sep 2 16:32:48 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Sep 2 16:32:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdefaf44 net-vpn/openconnect: support python 3.8 and 3.9 Signed-off-by: Mike Gilbert gentoo.org> net-vpn/openconnect/openconnect-8.09-r1.ebuild | 2 +- net-vpn/openconnect/openconnect-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/openconnect/openconnect-8.09-r1.ebuild b/net-vpn/openconnect/openconnect-8.09-r1.ebuild index 0df25a9e26c..6fbcc846248 100644 --- a/net-vpn/openconnect/openconnect-8.09-r1.ebuild +++ b/net-vpn/openconnect/openconnect-8.09-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) 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 bda6b965640..d341fc87dca 100644 --- a/net-vpn/openconnect/openconnect-9999.ebuild +++ b/net-vpn/openconnect/openconnect-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) PYTHON_REQ_USE="xml" inherit linux-info python-any-r1