summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-03-27 02:02:48 +0100
committerSebastian Pipping <sping@gentoo.org>2020-03-27 02:09:25 +0100
commitbf183222d30fe9e7367f61ce872a94b1ed06a3af (patch)
treef1a5b1067ace163261be54c822a6ba19278702dc
parent*/*: repoman manifest (diff)
downloadbetagarden-bf183222d30fe9e7367f61ce872a94b1ed06a3af.tar.gz
betagarden-bf183222d30fe9e7367f61ce872a94b1ed06a3af.tar.bz2
betagarden-bf183222d30fe9e7367f61ce872a94b1ed06a3af.zip
sys-process/iotop: EAPI 7 + recent Python + https
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r--sys-process/iotop/iotop-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/iotop/iotop-9999.ebuild b/sys-process/iotop/iotop-9999.ebuild
index 65f5c0f..8d497e5 100644
--- a/sys-process/iotop/iotop-9999.ebuild
+++ b/sys-process/iotop/iotop-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 git-r3 linux-info
@@ -11,7 +11,7 @@ inherit distutils-r1 git-r3 linux-info
DESCRIPTION="Top-like UI used to show which process is using the I/O"
HOMEPAGE="http://guichaz.free.fr/iotop/"
SRC_URI=""
-EGIT_REPO_URI="git://repo.or.cz/iotop.git"
+EGIT_REPO_URI="https://repo.or.cz/iotop.git"
LICENSE="GPL-2"
SLOT="0"