diff options
author | Nicholas Meyer <nickaristocrates@gmail.com> | 2020-12-21 00:02:02 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-18 10:54:59 +0200 |
commit | b036f46c37f0671902fa41df6452d1bdadc009d6 (patch) | |
tree | a65a36ba0b1dfe419d7e56a6646b7fe673312b50 /sys-fs/cryfs | |
parent | app-misc/g810-led: bump to 0.4.2 + various fixes (diff) | |
download | gentoo-b036f46c37f0671902fa41df6452d1bdadc009d6.tar.gz gentoo-b036f46c37f0671902fa41df6452d1bdadc009d6.tar.bz2 gentoo-b036f46c37f0671902fa41df6452d1bdadc009d6.zip |
sys-fs/cryfs: add python3_9 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/760507
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18742
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/cryfs')
-rw-r--r-- | sys-fs/cryfs/cryfs-0.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/cryfs/cryfs-0.10.2.ebuild b/sys-fs/cryfs/cryfs-0.10.2.ebuild index 5ab97c61f31f..65463581b24d 100644 --- a/sys-fs/cryfs/cryfs-0.10.2.ebuild +++ b/sys-fs/cryfs/cryfs-0.10.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then |