app-portage/gverify: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:29:53 +0000 (12:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:53:58 +0000 (12:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/gverify/gverify-2.ebuild

index aaa8e33b8e8acd7c8eaaf5ad8800ca40ada988c3..777fce25cd7b5f522e37bf92296bc302a3dd4119 100644 (file)
@@ -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"