From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 544DE1382C5 for ; Tue, 4 May 2021 15:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D453E0815; Tue, 4 May 2021 15:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6207DE0815 for ; Tue, 4 May 2021 15:18:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 638AD340BB4 for ; Tue, 4 May 2021 15:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFBD34D2 for ; Tue, 4 May 2021 15:18:26 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1620141491.5ff3e092dfb3852d3f61c1115d4387d1a819f118.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/blackbox_exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild X-VCS-Directories: app-metrics/blackbox_exporter/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5ff3e092dfb3852d3f61c1115d4387d1a819f118 X-VCS-Branch: master Date: Tue, 4 May 2021 15:18:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65ee4a3b-d96d-4759-95a6-7fc4a396e3e7 X-Archives-Hash: 50a6997cb26d8ff4a7c9cc8b80111058 commit: 5ff3e092dfb3852d3f61c1115d4387d1a819f118 Author: William Hubbs gentoo org> AuthorDate: Tue May 4 15:17:11 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue May 4 15:18:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff3e092 app-metrics/blackbox_exporter: fix restrict Closes: https://bugs.gentoo.org/788088 Signed-off-by: William Hubbs gentoo.org> app-metrics/blackbox_exporter/blackbox_exporter-0.18.0-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 f91c8f04e99..f93f2fb62c6 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 \