diff options
author | David Seifert <soap@gentoo.org> | 2019-04-20 21:19:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-20 21:24:10 +0200 |
commit | 4fa62f3651a1190cc66c43eee0b4f73e270c1e50 (patch) | |
tree | 2b08587e2c2906ec78ca878eb983bf37bdafe94c /sys-process/iotop | |
parent | arm64/package.use.stable.mask: drop policykit from systemd (diff) | |
download | gentoo-4fa62f3651a1190cc66c43eee0b4f73e270c1e50.tar.gz gentoo-4fa62f3651a1190cc66c43eee0b4f73e270c1e50.tar.bz2 gentoo-4fa62f3651a1190cc66c43eee0b4f73e270c1e50.zip |
sys-process/iotop: Add python3_7 to PYTHON_COMPAT
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/iotop-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |