Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pius/
Date: Tue, 31 May 2022 02:10:30
Message-Id: 1653963012.ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc.sam@gentoo
1 commit: ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 01:59:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 02:10:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec83a7e1
7
8 app-crypt/pius: enable py3.10, py3.11 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/845447
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-crypt/pius/pius-3.0.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild
17 index 49fe29ec9207..c7ce49f2b85d 100644
18 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild
19 +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DISTUTILS_USE_SETUPTOOLS=no
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{8..11} )
30
31 inherit distutils-r1