mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user