sys-process/iotop: Add python3_7 to PYTHON_COMPAT
authorDavid Seifert <soap@gentoo.org>
Sat, 20 Apr 2019 19:19:43 +0000 (21:19 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 20 Apr 2019 19:24:10 +0000 (21:24 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
sys-process/iotop/iotop-0.6.ebuild

index 5e69c958fc101608562504c50e6a6c2fe34cdd99..f79891ac8f900e94ebef1d49c4714068c0e31fb5 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 linux-info