Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pacparser/
Date: Mon, 31 May 2021 23:19:27
Message-Id: 1622503145.262e808c9c47eb6711bd6e447cb6f2c5ef4a43ca.sam@gentoo
1 commit: 262e808c9c47eb6711bd6e447cb6f2c5ef4a43ca
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 22:58:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 23:19:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262e808c
7
8 net-libs/pacparser: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/pacparser/pacparser-1.3.7-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/pacparser/pacparser-1.3.7-r1.ebuild b/net-libs/pacparser/pacparser-1.3.7-r1.ebuild
16 index 2991d284b66..deafdcf0461 100644
17 --- a/net-libs/pacparser/pacparser-1.3.7-r1.ebuild
18 +++ b/net-libs/pacparser/pacparser-1.3.7-r1.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28
29 inherit python-r1 toolchain-funcs