commit: 79af39d4c90861cf3cff9f4f4561e540ae039106 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com> AuthorDate: Sun Nov 1 07:37:25 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Nov 1 08:18:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79af39d4
app-crypt/pius: add python3_9 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/752084 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18103 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-crypt/pius/pius-3.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index 105bf866e5e..91fa4e0e911 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1
