commit: 5998aad5a23e4e5e010267a8dd36354076c74405
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 01:57:15 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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}]"