commit:     c4581c5f59317ac370da5a1831a2a7008e887786
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 04:54:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 05:12:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4581c5f

net-wireless/blueman: Ignore network tooling check in configure

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 84d20f082a0..843e55d17ca 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[@]}"
 }

Reply via email to