gnome-extra/chrome-gnome-shell: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:42:30 +0000 (12:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:54:12 +0000 (12:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild

index b283ba7f1e9fcb76efc51957e8e40d979249d042..b7c746b42dd304ddf2a87437814690291295415b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake-utils python-single-r1
 
index c6249a6e393c20dadc8936bd5935f9fb304efad5..b70997c196804c9dffecba1c40339be3f4f45897 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit cmake-utils python-single-r1