commit:     bf183222d30fe9e7367f61ce872a94b1ed06a3af
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 01:02:48 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 01:09:25 2020 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=bf183222

sys-process/iotop: EAPI 7 + recent Python + https

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 sys-process/iotop/iotop-9999.ebuild | 8 ++++----
 1 file 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"

Reply via email to