From 2964a3113b753554ccb6df04440bb40778e32d2c Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Mon, 18 Apr 2022 21:55:43 +0300 Subject: sys-fs/cryfs: enable py3.10 Signed-off-by: Alexey Shvetsov --- sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/cryfs') diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild index 199c5a6badd1..f209908d30e4 100644 --- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild +++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then -- cgit v1.2.3-65-gdbad