app-portage/portpeek: Remove Python 2
authorMike Pagano <mpagano@gentoo.org>
Thu, 16 Jan 2020 13:32:15 +0000 (08:32 -0500)
committerMike Pagano <mpagano@gentoo.org>
Thu, 16 Jan 2020 13:32:15 +0000 (08:32 -0500)
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
app-portage/portpeek/portpeek-2.1.27.ebuild

index bc6c2290c0d5ca1712195e0591ac4a362270f5c6..87f1436ad32319932aeb6f4523665dc514dc4ab9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-r1