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

index b2f209299e75c7c12fea71185d9db77cfcf1f492..a5d6db02953c838c10348a99f22739c6fe6a8daa 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-r1
 
index 205434328b2aaee6351d37608f9ac8b7fec57665..43f33c42343c8201ee941182860995139b57fbc0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-r1