Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/
Date: Sun, 20 Dec 2015 17:06:55
Message-Id: 1450631204.3f853cf435c502dd3883357cd9b42bb2f58cf3ad.jlec@gentoo
1 commit: 3f853cf435c502dd3883357cd9b42bb2f58cf3ad
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 17:06:39 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 17:06:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f853cf4
7
8 sys-process/iotop: Add python3.5 support
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568466
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sys-process/iotop/iotop-0.6.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
19 index e25695c..2e5f6e4 100644
20 --- a/sys-process/iotop/iotop-0.6.ebuild
21 +++ b/sys-process/iotop/iotop-0.6.ebuild
22 @@ -4,7 +4,7 @@
23
24 EAPI=5
25
26 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
27 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
28 PYTHON_REQ_USE="ncurses(+)"
29
30 inherit distutils-r1 linux-info
31 @@ -19,6 +19,7 @@ KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux"
32 IUSE=""
33
34 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
35 +
36 DOCS=( NEWS README THANKS ChangeLog )
37
38 PATCHES=( "${FILESDIR}"/${P}-setup.py3.patch )