From: Michał Górny Date: Mon, 10 Feb 2020 11:29:53 +0000 (+0100) Subject: app-portage/gverify: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3e46d1b7d158334a7f9f91bd27c033b03f9b77d8;p=gentoo.git app-portage/gverify: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-portage/gverify/gverify-2.ebuild b/app-portage/gverify/gverify-2.ebuild index aaa8e33b8e8a..777fce25cd7b 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_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-single-r1 DESCRIPTION="gentoo.git signature verification tool"