commit: 08aaf8fb2da97a1c3bfbdcf4dbdc2adbf1cc0803 Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Sat Apr 22 04:40:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 26 04:02:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aaf8fb
sys-fs/cryfs: enable py3.11 Closes: https://bugs.gentoo.org/897304 Closes: https://github.com/gentoo/gentoo/pull/30694 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild index e3ce120c5ff7..321634245e9e 100644 --- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild +++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then
