commit:     d6addd0be0d88d49fdbb175030312b3283bfb88f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 14:57:21 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 14:57:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6addd0b

sys-process/htop: Use python-any-r1 instead of python-single-r1

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/htop/htop-2.2.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-process/htop/htop-2.2.0.ebuild 
b/sys-process/htop/htop-2.2.0.ebuild
index 9e6187da2c8..19eb58beab6 100644
--- a/sys-process/htop/htop-2.2.0.ebuild
+++ b/sys-process/htop/htop-2.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
-inherit linux-info python-single-r1
+inherit linux-info python-any-r1
 
 DESCRIPTION="interactive process viewer"
 HOMEPAGE="https://hisham.hm/htop/";
@@ -21,8 +21,6 @@ DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        virtual/pkgconfig"
 
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
 DOCS=( ChangeLog README )
 
 CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"
@@ -33,7 +31,7 @@ pkg_setup() {
                ewarn "what files), you must have sys-process/lsof installed."
        fi
 
-       python-single-r1_pkg_setup
+       python-any-r1_pkg_setup
        linux-info_pkg_setup
 }
 

Reply via email to