From: Michał Górny Date: Sun, 8 Dec 2019 10:07:08 +0000 (+0100) Subject: app-misc/votrify: Tested on python3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d76c3725484dcd2980691ecee8250e276b453299;p=gentoo.git app-misc/votrify: Tested on python3.8 Signed-off-by: Michał Górny --- diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild index 179f0affaf98..9715317888eb 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