commit: b036f46c37f0671902fa41df6452d1bdadc009d6 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com> AuthorDate: Mon Dec 21 08:02:02 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jan 18 08:54:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036f46c
sys-fs/cryfs: add python3_9 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/760507 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18742 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-fs/cryfs/cryfs-0.10.2.ebuild | 4 ++-- 1 file 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 5ab97c61f31..65463581b24 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