sys-firmware/seabios: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:06:09 +0000 (14:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:39 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-firmware/seabios/seabios-1.10.2.ebuild
sys-firmware/seabios/seabios-1.11.0-r1.ebuild
sys-firmware/seabios/seabios-1.11.0.ebuild
sys-firmware/seabios/seabios-1.12.0.ebuild

index 96b9da9360f248af75f6eb501d82e1147f8187cd..35dd9f2f363b0ea2654a7c6299f64ee2553c697d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils toolchain-funcs python-any-r1
 
index bcc02d3edef685204be9626f9352514eaf89d6e6..bec4935ce78c9ed220ec3936bd406c5731ab52e1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils toolchain-funcs python-any-r1
 
index 44d333f930515d755fa2415c708bfbe9217f8f1c..5d966e192c48193382913818e94aec8849b2087b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils toolchain-funcs python-any-r1
 
index 05f8b26c7ad566ddf304f70a2c08e1aec11f0900..d09ddbb90979563aed6c8443cefd42835f388763 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils toolchain-funcs python-any-r1