summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2023-04-22 00:40:54 -0400
committerSam James <sam@gentoo.org>2023-04-26 05:02:48 +0100
commit08aaf8fb2da97a1c3bfbdcf4dbdc2adbf1cc0803 (patch)
tree2ac31afa6269250630dee54bdc7d2dcedc4b3075 /sys-fs
parentnet-irc/soju: add 0.6.1 (diff)
downloadgentoo-08aaf8fb2da97a1c3bfbdcf4dbdc2adbf1cc0803.tar.gz
gentoo-08aaf8fb2da97a1c3bfbdcf4dbdc2adbf1cc0803.tar.bz2
gentoo-08aaf8fb2da97a1c3bfbdcf4dbdc2adbf1cc0803.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/cryfs/cryfs-0.10.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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