commit: ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 31 01:59:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 31 02:10:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec83a7e1
app-crypt/pius: enable py3.10, py3.11 and disable py3.7 Closes: https://bugs.gentoo.org/845447 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/pius/pius-3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index 49fe29ec9207..c7ce49f2b85d 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1
