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
This commit is contained in:
Georgy Yakovlev
2018-07-18 18:57:15 -07:00
parent 88796dc3eb
commit 5998aad5a2

View File

@@ -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}]"