aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Tortuyaux <mathieu.tortuyaux@gmail.com>2022-04-06 17:46:10 +0200
committerMathieu Tortuyaux <mathieu.tortuyaux@gmail.com>2022-04-06 17:47:00 +0200
commitd6e3b57acea6ae8ee79af6414a7decf59ed3b8b3 (patch)
tree08912daab261b61df6cba6e1e01567b05c8cd119 /app-metrics
parentnet-p2p/monero: threads on boost is enabled by default, drop mask (diff)
downloadguru-d6e3b57acea6ae8ee79af6414a7decf59ed3b8b3.tar.gz
guru-d6e3b57acea6ae8ee79af6414a7decf59ed3b8b3.tar.bz2
guru-d6e3b57acea6ae8ee79af6414a7decf59ed3b8b3.zip
app-metrics/scaphandre: restrict test
some tests rely on the assumption that /proc/modules is present. Closes: https://bugs.gentoo.org/836916 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/scaphandre/scaphandre-0.4.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-metrics/scaphandre/scaphandre-0.4.1.ebuild b/app-metrics/scaphandre/scaphandre-0.4.1.ebuild
index a551256cf..9752431d6 100644
--- a/app-metrics/scaphandre/scaphandre-0.4.1.ebuild
+++ b/app-metrics/scaphandre/scaphandre-0.4.1.ebuild
@@ -206,7 +206,8 @@ DESCRIPTION="Electrical power consumption measurement agent."
# does not provide this value so instead repository is used
HOMEPAGE="https://github.com/hubblo-org/scaphandre"
SRC_URI="https://github.com/hubblo-org/${PN}/archive/refs/tags/v${PV}.zip -> ${P}.zip $(cargo_crate_uris ${CRATES})"
-RESTRICT="mirror"
+# restricting test because '/proc/modules' does not appear to be present in the CI
+RESTRICT="mirror test"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="Apache-2.0 Apache-2.0 ISC MIT MPL-2.0 Unlicense"