sys-libs/openipmi: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:21:19 +0000 (17:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 17:58:30 +0000 (19:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/openipmi/openipmi-2.0.27-r1.ebuild
sys-libs/openipmi/openipmi-2.0.28.ebuild

index 4d46cb0f50df52745cffbd4f55f3cc6092277120..4a278338a6dab120dcb0ca17b6155cb362c72698 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1
 
index f7033034f97016ea365270f049d7e94ad1fd6a19..31dc7fbff09a2a84e30e5e83e31648a2e07b7de7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1