net-wireless/blueman: Ignore network tooling check in configure
authorMichał Górny <mgorny@gentoo.org>
Fri, 28 Dec 2018 04:54:18 +0000 (05:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 28 Dec 2018 05:12:28 +0000 (06:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/blueman/blueman-9999.ebuild

index 84d20f082a0af7c5f470debb6bb4b2068ccd3932..843e55d17cad5c638c4b94283612d21f7a863ea5 100644 (file)
@@ -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[@]}"
 }