Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
Date: Mon, 12 Jul 2021 11:40:27
Message-Id: 1626090020.9870e8ba7281a1584c955c7cff891827a77f4949.flow@gentoo
1 commit: 9870e8ba7281a1584c955c7cff891827a77f4949
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 11:39:43 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 11:40:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9870e8ba
7
8 net-im/poezio: enable py3.9
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 net-im/poezio/poezio-0.13.1-r1.ebuild | 2 +-
13 net-im/poezio/poezio-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild
17 index ae4c009726e..a080438c959 100644
18 --- a/net-im/poezio/poezio-0.13.1-r1.ebuild
19 +++ b/net-im/poezio/poezio-0.13.1-r1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26
27 inherit distutils-r1 readme.gentoo-r1
28
29
30 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
31 index f39bc56b1eb..0ca4b6cbda4 100644
32 --- a/net-im/poezio/poezio-9999.ebuild
33 +++ b/net-im/poezio/poezio-9999.ebuild
34 @@ -1,10 +1,10 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40
41 DISTUTILS_USE_SETUPTOOLS=rdepend
42 -PYTHON_COMPAT=( python3_{7,8} )
43 +PYTHON_COMPAT=( python3_{7..9} )
44
45 inherit distutils-r1 readme.gentoo-r1