summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-20 18:06:39 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-20 18:06:44 +0100
commit3f853cf435c502dd3883357cd9b42bb2f58cf3ad (patch)
tree1c3bd9628b7dd992589e8339429b82602863997e /sys-process/iotop/iotop-0.6.ebuild
parentsci-libs/getdata: Version Bump (diff)
downloadgentoo-3f853cf435c502dd3883357cd9b42bb2f58cf3ad.tar.gz
gentoo-3f853cf435c502dd3883357cd9b42bb2f58cf3ad.tar.bz2
gentoo-3f853cf435c502dd3883357cd9b42bb2f58cf3ad.zip
sys-process/iotop: Add python3.5 support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568466 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-process/iotop/iotop-0.6.ebuild')
-rw-r--r--sys-process/iotop/iotop-0.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
index e25695ca6990..2e5f6e445a39 100644
--- a/sys-process/iotop/iotop-0.6.ebuild
+++ b/sys-process/iotop/iotop-0.6.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 linux-info
@@ -19,6 +19,7 @@ KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
+
DOCS=( NEWS README THANKS ChangeLog )
PATCHES=( "${FILESDIR}"/${P}-setup.py3.patch )