Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Sat, 02 May 2020 18:30:50
Message-Id: 1588444145.bb7bdeaf1cb66e5988f1ae0cd869c3dbc614f2b8.gyakovlev@gentoo
1 commit: bb7bdeaf1cb66e5988f1ae0cd869c3dbc614f2b8
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 18:28:38 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 18:29:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7bdeaf
7
8 sys-process/glances: disable checking for irq plugin during tests
9
10 it may be not loaded and test will fail
11
12 Bug: https://bugs.gentoo.org/720416
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
15
16 sys-process/glances/glances-3.1.4.1.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/sys-process/glances/glances-3.1.4.1.ebuild b/sys-process/glances/glances-3.1.4.1.ebuild
20 index 031f65f3253..0f363179037 100644
21 --- a/sys-process/glances/glances-3.1.4.1.ebuild
22 +++ b/sys-process/glances/glances-3.1.4.1.ebuild
23 @@ -31,7 +31,6 @@ distutils_enable_tests setup.py
24 distutils_enable_sphinx docs --no-autodoc
25
26 pkg_setup() {
27 - echo $DISTUTILS_USE_SETUPTOOLS
28 linux-info_pkg_setup
29 }
30
31 @@ -43,7 +42,7 @@ python_prepare_all() {
32 -e "s/'CONTRIBUTING.md',//" \
33 -e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', ['conf/glances.conf':g" \
34 -i setup.py || die
35 -
36 + sed -i "s/, 'irq']/]/" unitest.py || die
37 distutils-r1_python_prepare_all
38 }