Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/
Date: Wed, 02 Sep 2020 16:33:17
Message-Id: 1599064368.fdefaf44e67b52a6103b2e21cfb092529b1bf603.floppym@gentoo
1 commit: fdefaf44e67b52a6103b2e21cfb092529b1bf603
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 16:32:48 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 16:32:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdefaf44
7
8 net-vpn/openconnect: support python 3.8 and 3.9
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 net-vpn/openconnect/openconnect-8.09-r1.ebuild | 2 +-
13 net-vpn/openconnect/openconnect-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-vpn/openconnect/openconnect-8.09-r1.ebuild b/net-vpn/openconnect/openconnect-8.09-r1.ebuild
17 index 0df25a9e26c..6fbcc846248 100644
18 --- a/net-vpn/openconnect/openconnect-8.09-r1.ebuild
19 +++ b/net-vpn/openconnect/openconnect-8.09-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{3_6,3_7} )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
26 PYTHON_REQ_USE="xml"
27
28 inherit linux-info python-any-r1
29
30 diff --git a/net-vpn/openconnect/openconnect-9999.ebuild b/net-vpn/openconnect/openconnect-9999.ebuild
31 index bda6b965640..d341fc87dca 100644
32 --- a/net-vpn/openconnect/openconnect-9999.ebuild
33 +++ b/net-vpn/openconnect/openconnect-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python{3_6,3_7} )
39 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
40 PYTHON_REQ_USE="xml"
41
42 inherit linux-info python-any-r1