Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pius/
Date: Sun, 01 Nov 2020 08:19:40
Message-Id: 1604218699.79af39d4c90861cf3cff9f4f4561e540ae039106.juippis@gentoo
1 commit: 79af39d4c90861cf3cff9f4f4561e540ae039106
2 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 1 07:37:25 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 08:18:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79af39d4
7
8 app-crypt/pius: add python3_9 to PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/752084
11 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/18103
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-crypt/pius/pius-3.0.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild
19 index 105bf866e5e..91fa4e0e911 100644
20 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild
21 +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 DISTUTILS_USE_SETUPTOOLS=no
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7..9} )
28
29 inherit distutils-r1