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 32EBD138334 for ; Thu, 19 Jul 2018 01:57:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF405E0817; Thu, 19 Jul 2018 01:57:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2C70E0817 for ; Thu, 19 Jul 2018 01:57:43 +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 B667B335C39 for ; Thu, 19 Jul 2018 01:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E866B365 for ; Thu, 19 Jul 2018 01:57:39 +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: <1531965435.5998aad5a23e4e5e010267a8dd36354076c74405.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-2.11.1.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5998aad5a23e4e5e010267a8dd36354076c74405 X-VCS-Branch: master Date: Thu, 19 Jul 2018 01:57:39 +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-Archives-Salt: cbea1b3d-a5dc-42fc-b8dd-b25d4a15b850 X-Archives-Hash: da9314ab3d393b38d6c80dfa2a537718 commit: 5998aad5a23e4e5e010267a8dd36354076c74405 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 19 01:57:15 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 19 01:57:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5998aad5 sys-process/glances: don't install docs by default Also remove stray comment line from ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-process/glances/glances-2.11.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/glances/glances-2.11.1.ebuild b/sys-process/glances/glances-2.11.1.ebuild index 51d1b0476c6..91ea01b9007 100644 --- a/sys-process/glances/glances-2.11.1.ebuild +++ b/sys-process/glances/glances-2.11.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" -IUSE="+doc" +IUSE="doc" DEPEND=" doc? ( @@ -23,7 +23,7 @@ DEPEND=" dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" -# There is another optional extra batinfo, absent from portage + RDEPEND="${DEPEND} >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"