sys-libs/libsmbios: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 12:09:45 +0000 (13:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 12:12:47 +0000 (13:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild
sys-libs/libsmbios/libsmbios-2.4.2.ebuild

index d2e8d299a2599e59ceaeedc8a5129c70f8e5bbfb..229a12173e15ab04baa9dd277ae42d54d7e8ec6f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit autotools flag-o-matic python-single-r1
 
index 2220b96ec9439a41a15bd963f019665fdeb423b1..5590649e2e762518490542d74340b9df93d803e4 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit autotools flag-o-matic python-single-r1