From 4d9189418670484f88d53d6cfa8be4da888572c2 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 29 Sep 2018 02:07:30 -0700 Subject: [PATCH] sys-process/glances: correct psutil dep for 3.0.1 Signed-off-by: Georgy Yakovlev Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- sys-process/glances/glances-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/glances/glances-3.0.1.ebuild b/sys-process/glances/glances-3.0.1.ebuild index 8f7a7c3865df..8d9c095beb96 100644 --- a/sys-process/glances/glances-3.0.1.ebuild +++ b/sys-process/glances/glances-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]" + >=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS" -- 2.26.2