Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/
Date: Sat, 20 Apr 2019 23:00:04
Message-Id: 1555788250.4fa62f3651a1190cc66c43eee0b4f73e270c1e50.soap@gentoo
1 commit: 4fa62f3651a1190cc66c43eee0b4f73e270c1e50
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 19:19:43 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 19:24:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa62f36
7
8 sys-process/iotop: Add python3_7 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-process/iotop/iotop-0.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
17 index 5e69c958fc1..f79891ac8f9 100644
18 --- a/sys-process/iotop/iotop-0.6.ebuild
19 +++ b/sys-process/iotop/iotop-0.6.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
28 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
29 PYTHON_REQ_USE="ncurses(+)"
30
31 inherit distutils-r1 linux-info