diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-20 08:55:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-20 08:55:04 +0200 |
commit | 1375a492100b5b8663bb1484fdafced80186fb19 (patch) | |
tree | 74aeea7363809bdcc1855323552d31c0e5dce779 /app-misc/votrify | |
parent | dev-java/jaxen: stable 1.1.6-r2 for ppc64 (diff) | |
download | gentoo-1375a492100b5b8663bb1484fdafced80186fb19.tar.gz gentoo-1375a492100b5b8663bb1484fdafced80186fb19.tar.bz2 gentoo-1375a492100b5b8663bb1484fdafced80186fb19.zip |
app-misc/votrify: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/votrify')
-rw-r--r-- | app-misc/votrify/votrify-5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild index 4815b6699fac..4c03ed94d293 100644 --- a/app-misc/votrify/votrify-5.ebuild +++ b/app-misc/votrify/votrify-5.ebuild @@ -1,8 +1,8 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-single-r1 |