From: Georgy Yakovlev Date: Thu, 19 Jul 2018 01:57:15 +0000 (-0700) Subject: sys-process/glances: don't install docs by default X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5998aad5a23e4e5e010267a8dd36354076c74405;p=gentoo.git 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 --- diff --git a/sys-process/glances/glances-2.11.1.ebuild b/sys-process/glances/glances-2.11.1.ebuild index 51d1b0476c64..91ea01b90072 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}]"