Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Tue, 24 Jul 2018 08:23:18
Message-Id: 1532420585.a8826981f1b9597bbb2b6fb64527f6fd1defc694.polynomial-c@gentoo
1 commit: a8826981f1b9597bbb2b6fb64527f6fd1defc694
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 08:22:51 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 08:23:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8826981
7
8 sys-process/htop: Use python-any-r1 eclass
9
10 Closes: https://bugs.gentoo.org/661946
11 Package-Manager: Portage-2.3.43, Repoman-2.3.10
12
13 sys-process/htop/htop-3.0.0_beta4.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-process/htop/htop-3.0.0_beta4.ebuild b/sys-process/htop/htop-3.0.0_beta4.ebuild
17 index e2ada9cf173..fff66cbf725 100644
18 --- a/sys-process/htop/htop-3.0.0_beta4.ebuild
19 +++ b/sys-process/htop/htop-3.0.0_beta4.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
23
24 -inherit autotools linux-info python-single-r1
25 +inherit autotools linux-info python-any-r1
26
27 DESCRIPTION="interactive process viewer"
28 HOMEPAGE="https://hisham.hm/htop/"
29 @@ -39,11 +39,11 @@ PATCHES=(
30
31 pkg_setup() {
32 if ! has_version sys-process/lsof; then
33 - ewarn "To use lsof features in htop(what processes are accessing"
34 + ewarn "To use lsof features in htop (what processes are accessing"
35 ewarn "what files), you must have sys-process/lsof installed."
36 fi
37
38 - python-single-r1_pkg_setup
39 + python-any-r1_pkg_setup
40 linux-info_pkg_setup
41 }