diff options
author | William Hubbs <williamh@gentoo.org> | 2021-05-04 10:17:11 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-05-04 10:18:11 -0500 |
commit | 5ff3e092dfb3852d3f61c1115d4387d1a819f118 (patch) | |
tree | 4097590adb5ba47f3299642f36e56285b9dfb3f1 /app-metrics | |
parent | sci-libs/libnova: Fix for slibtool (diff) | |
download | gentoo-5ff3e092dfb3852d3f61c1115d4387d1a819f118.tar.gz gentoo-5ff3e092dfb3852d3f61c1115d4387d1a819f118.tar.bz2 gentoo-5ff3e092dfb3852d3f61c1115d4387d1a819f118.zip |
app-metrics/blackbox_exporter: fix restrict
Closes: https://bugs.gentoo.org/788088
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild b/app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild index f91c8f04e991..f93f2fb62c65 100644 --- a/app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild +++ b/app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild @@ -25,7 +25,8 @@ FILECAPS=( ) # tests require the network -restrict+=" test " +RESTRICT+=" test " + src_prepare() { default sed -i \ |