Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Mon, 10 Feb 2020 13:27:08
Message-Id: 1581341207.ecc27d3726acb8a05f2666a2b706942ea8bcdf36.mgorny@gentoo
1 commit: ecc27d3726acb8a05f2666a2b706942ea8bcdf36
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:06:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc27d37
7
8 sys-process/htop: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-process/htop/htop-2.2.0.ebuild | 2 +-
13 sys-process/htop/htop-3.0.0_beta5.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild
17 index fef82997549..8e121bcacff 100644
18 --- a/sys-process/htop/htop-2.2.0.ebuild
19 +++ b/sys-process/htop/htop-2.2.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26
27 inherit linux-info python-any-r1
28
29
30 diff --git a/sys-process/htop/htop-3.0.0_beta5.ebuild b/sys-process/htop/htop-3.0.0_beta5.ebuild
31 index de47c9f995d..9ee89943272 100644
32 --- a/sys-process/htop/htop-3.0.0_beta5.ebuild
33 +++ b/sys-process/htop/htop-3.0.0_beta5.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
39 +PYTHON_COMPAT=( python3_{6,7} )
40
41 inherit autotools linux-info python-any-r1