From: David Seifert Date: Sat, 20 Apr 2019 19:19:43 +0000 (+0200) Subject: sys-process/iotop: Add python3_7 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4fa62f3651a1190cc66c43eee0b4f73e270c1e50;p=gentoo.git sys-process/iotop: Add python3_7 to PYTHON_COMPAT Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert --- diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild index 5e69c958fc10..f79891ac8f90 100644 --- a/sys-process/iotop/iotop-0.6.ebuild +++ b/sys-process/iotop/iotop-0.6.ebuild @@ -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