commit: d76c3725484dcd2980691ecee8250e276b453299
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 10:07:08 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 10:20:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76c3725
app-misc/votrify: Tested on python3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/votrify/votrify-5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/votrify/votrify-5.ebuild
b/app-misc/votrify/votrify-5.ebuild
index 179f0affaf9..9715317888e 100644
--- a/app-misc/votrify/votrify-5.ebuild
+++ b/app-misc/votrify/votrify-5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit python-single-r1