Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-metrics/scaphandre/
Date: Wed, 06 Apr 2022 19:43:12
Message-Id: 1649260020.d6e3b57acea6ae8ee79af6414a7decf59ed3b8b3.mgorny@gentoo
1 commit: d6e3b57acea6ae8ee79af6414a7decf59ed3b8b3
2 Author: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 6 15:46:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 6 15:47:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6e3b57a
7
8 app-metrics/scaphandre: restrict test
9
10 some tests rely on the assumption that /proc/modules is present.
11
12 Closes: https://bugs.gentoo.org/836916
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>
15
16 app-metrics/scaphandre/scaphandre-0.4.1.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/app-metrics/scaphandre/scaphandre-0.4.1.ebuild b/app-metrics/scaphandre/scaphandre-0.4.1.ebuild
20 index a551256cf..9752431d6 100644
21 --- a/app-metrics/scaphandre/scaphandre-0.4.1.ebuild
22 +++ b/app-metrics/scaphandre/scaphandre-0.4.1.ebuild
23 @@ -206,7 +206,8 @@ DESCRIPTION="Electrical power consumption measurement agent."
24 # does not provide this value so instead repository is used
25 HOMEPAGE="https://github.com/hubblo-org/scaphandre"
26 SRC_URI="https://github.com/hubblo-org/${PN}/archive/refs/tags/v${PV}.zip -> ${P}.zip $(cargo_crate_uris ${CRATES})"
27 -RESTRICT="mirror"
28 +# restricting test because '/proc/modules' does not appear to be present in the CI
29 +RESTRICT="mirror test"
30 # License set may be more restrictive as OR is not respected
31 # use cargo-license for a more accurate license picture
32 LICENSE="Apache-2.0 Apache-2.0 ISC MIT MPL-2.0 Unlicense"