commit: 37bbb6a96b5976f1a73751a913f4980927876d95
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 12:24:04 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 12:32:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bbb6a9
app-admin/ngxtop: update EAPI 7 -> 8, drop python-3.7
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
index 4199e73cc65..b76e25b4baf 100644
--- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
+++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1