From: Michał Górny Date: Sun, 8 Dec 2019 10:21:01 +0000 (+0100) Subject: app-portage/gverify: Tested on python3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=31160b8da03d2f8c300afe859e2b27eb415347c1;p=gentoo.git app-portage/gverify: Tested on python3.8 Signed-off-by: Michał Górny --- diff --git a/app-portage/gverify/gverify-2.ebuild b/app-portage/gverify/gverify-2.ebuild index 18068b633e4c..0d9a0cfd660a 100644 --- a/app-portage/gverify/gverify-2.ebuild +++ b/app-portage/gverify/gverify-2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) inherit python-single-r1 DESCRIPTION="gentoo.git signature verification tool"