summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/glances/glances-3.1.4.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-process/glances/glances-3.1.4.1.ebuild b/sys-process/glances/glances-3.1.4.1.ebuild
index 031f65f3253a..0f363179037f 100644
--- a/sys-process/glances/glances-3.1.4.1.ebuild
+++ b/sys-process/glances/glances-3.1.4.1.ebuild
@@ -31,7 +31,6 @@ distutils_enable_tests setup.py
distutils_enable_sphinx docs --no-autodoc
pkg_setup() {
- echo $DISTUTILS_USE_SETUPTOOLS
linux-info_pkg_setup
}
@@ -43,7 +42,7 @@ python_prepare_all() {
-e "s/'CONTRIBUTING.md',//" \
-e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', ['conf/glances.conf':g" \
-i setup.py || die
-
+ sed -i "s/, 'irq']/]/" unitest.py || die
distutils-r1_python_prepare_all
}