diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-04-18 21:55:43 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-04-18 21:56:14 +0300 |
commit | 2964a3113b753554ccb6df04440bb40778e32d2c (patch) | |
tree | 78bc0aeab7b027fee5391d261fc1cdcdcf033344 /sys-fs/cryfs | |
parent | dev-python/cppy: Keyword 1.2.1-r1 riscv, #836769 (diff) | |
download | gentoo-2964a3113b753554ccb6df04440bb40778e32d2c.tar.gz gentoo-2964a3113b753554ccb6df04440bb40778e32d2c.tar.bz2 gentoo-2964a3113b753554ccb6df04440bb40778e32d2c.zip |
sys-fs/cryfs: enable py3.10
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sys-fs/cryfs')
-rw-r--r-- | sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |