Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ngxtop/
Date: Mon, 04 Oct 2021 12:33:30
Message-Id: 1633350743.37bbb6a96b5976f1a73751a913f4980927876d95.juippis@gentoo
1 commit: 37bbb6a96b5976f1a73751a913f4980927876d95
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 12:24:04 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 12:32:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bbb6a9
7
8 app-admin/ngxtop: update EAPI 7 -> 8, drop python-3.7
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
16 index 4199e73cc65..b76e25b4baf 100644
17 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
18 +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{7..10} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 PYTHON_REQ_USE="sqlite"
29
30 inherit distutils-r1