summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-28 05:54:18 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-28 06:12:28 +0100
commitc4581c5f59317ac370da5a1831a2a7008e887786 (patch)
tree965eb9faf85ece8c9bbdda0f4c682436d308ca64
parentnet-firewall/conntrack-tools-1.4.4-r1: alpha stable, bug 653824 (diff)
downloadgentoo-c4581c5f.tar.gz
gentoo-c4581c5f.tar.bz2
gentoo-c4581c5f.zip
net-wireless/blueman: Ignore network tooling check in configure
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-wireless/blueman/blueman-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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[@]}"
}