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:45:52
Message-Id: 1532421937.c26aaf3658dc68958998a7e7332800732105b1b3.polynomial-c@gentoo
1 commit: c26aaf3658dc68958998a7e7332800732105b1b3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 08:45:37 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 08:45:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26aaf36
7
8 sys-process/htop: PYTHON_REQUIRED_USE is no longer needed.
9
10 Bug: 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 | 2 --
14 1 file changed, 2 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 fff66cbf725..0b5a668213d 100644
18 --- a/sys-process/htop/htop-3.0.0_beta4.ebuild
19 +++ b/sys-process/htop/htop-3.0.0_beta4.ebuild
20 @@ -25,8 +25,6 @@ DEPEND="${RDEPEND}
21 ${PYTHON_DEPS}
22 virtual/pkgconfig"
23
24 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
25 -
26 DOCS=( ChangeLog README )
27
28 CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"