From c4581c5f59317ac370da5a1831a2a7008e887786 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 28 Dec 2018 05:54:18 +0100 Subject: net-wireless/blueman: Ignore network tooling check in configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-wireless/blueman/blueman-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 84d20f082a0a..843e55d17cad 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -90,6 +90,8 @@ src_configure() { # thunar integration is a single data file with no extra deps # so install it unconditionally --enable-thunar-sendto + # ignore pointless check + NETWORKTOOLS=/bin/true ) econf "${myconf[@]}" } -- cgit v1.2.3-65-gdbad