From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20A62138334 for ; Tue, 4 Jun 2019 07:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62FEE07E2; Tue, 4 Jun 2019 07:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4621E07E2 for ; Tue, 4 Jun 2019 07:34:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1736F3452BF for ; Tue, 4 Jun 2019 07:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A437858B for ; Tue, 4 Jun 2019 07:34:26 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1559633654.bacb5419de605bdaa3ddea0feb06fa843bfc9158.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/glances/glances-3.1.0.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: bacb5419de605bdaa3ddea0feb06fa843bfc9158 X-VCS-Branch: master Date: Tue, 4 Jun 2019 07:34:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb99a519-7eaf-4d1b-814d-5a8b5cdd4643 X-Archives-Hash: ed68e01310e23876214a503312d9652c commit: bacb5419de605bdaa3ddea0feb06fa843bfc9158 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jun 4 07:33:52 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jun 4 07:34:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacb5419 sys-process/glances: 3.1.0 stable amd64 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Georgy Yakovlev gentoo.org> sys-process/glances/glances-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/glances/glances-3.1.0.ebuild b/sys-process/glances/glances-3.1.0.ebuild index 5755391619d..4bf70de63ff 100644 --- a/sys-process/glances/glances-3.1.0.ebuild +++ b/sys-process/glances/glances-3.1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=">=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]"