diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-28 05:54:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-28 06:12:28 +0100 |
commit | c4581c5f59317ac370da5a1831a2a7008e887786 (patch) | |
tree | 965eb9faf85ece8c9bbdda0f4c682436d308ca64 /net-wireless | |
parent | net-firewall/conntrack-tools-1.4.4-r1: alpha stable, bug 653824 (diff) | |
download | gentoo-c4581c5f59317ac370da5a1831a2a7008e887786.tar.gz gentoo-c4581c5f59317ac370da5a1831a2a7008e887786.tar.bz2 gentoo-c4581c5f59317ac370da5a1831a2a7008e887786.zip |
net-wireless/blueman: Ignore network tooling check in configure
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 4 |
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[@]}" } |