Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Sat, 29 Sep 2018 09:08:21
Message-Id: 1538212050.4d9189418670484f88d53d6cfa8be4da888572c2.gyakovlev@gentoo
1 commit: 4d9189418670484f88d53d6cfa8be4da888572c2
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 09:07:30 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 09:07:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d918941
7
8 sys-process/glances: correct psutil dep for 3.0.1
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 sys-process/glances/glances-3.0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/glances/glances-3.0.1.ebuild b/sys-process/glances/glances-3.0.1.ebuild
17 index 8f7a7c3865d..8d9c095beb9 100644
18 --- a/sys-process/glances/glances-3.0.1.ebuild
19 +++ b/sys-process/glances/glances-3.0.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -25,7 +25,7 @@ DEPEND="
27 dev-python/setuptools[${PYTHON_USEDEP}]"
28
29 RDEPEND="${DEPEND}
30 - >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
31 + >=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]"
32
33 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"