diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:20 +0200 |
commit | ab6842e79ed9a4588d20b04b809a395a50735b36 (patch) | |
tree | ba4e7a1e95a0e177f786a5f3f1608d8fe9eafb45 /sys-process/glances | |
parent | sys-process/bashtop: Inherit optfeature.eclass (diff) | |
download | gentoo-ab6842e79ed9a4588d20b04b809a395a50735b36.tar.gz gentoo-ab6842e79ed9a4588d20b04b809a395a50735b36.tar.bz2 gentoo-ab6842e79ed9a4588d20b04b809a395a50735b36.zip |
sys-process/glances: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process/glances')
-rw-r--r-- | sys-process/glances/glances-3.1.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-process/glances/glances-3.1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/glances/glances-3.1.4.1-r1.ebuild b/sys-process/glances/glances-3.1.4.1-r1.ebuild index ef2371ed9058..13f76fb37956 100644 --- a/sys-process/glances/glances-3.1.4.1-r1.ebuild +++ b/sys-process/glances/glances-3.1.4.1-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info optfeature DESCRIPTION="CLI curses based monitoring tool" HOMEPAGE="https://github.com/nicolargo/glances" diff --git a/sys-process/glances/glances-3.1.5.ebuild b/sys-process/glances/glances-3.1.5.ebuild index ddac31590a0d..1a2f8e468217 100644 --- a/sys-process/glances/glances-3.1.5.ebuild +++ b/sys-process/glances/glances-3.1.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="ncurses" DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info optfeature DESCRIPTION="CLI curses based monitoring tool" HOMEPAGE="https://github.com/nicolargo/glances" |