Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Fri, 28 Dec 2018 05:12:40
Message-Id: 1545973948.c4581c5f59317ac370da5a1831a2a7008e887786.mgorny@gentoo
1 commit: c4581c5f59317ac370da5a1831a2a7008e887786
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 04:54:18 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 05:12:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4581c5f
7
8 net-wireless/blueman: Ignore network tooling check in configure
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/blueman/blueman-9999.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
16 index 84d20f082a0..843e55d17ca 100644
17 --- a/net-wireless/blueman/blueman-9999.ebuild
18 +++ b/net-wireless/blueman/blueman-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -90,6 +90,8 @@ src_configure() {
26 # thunar integration is a single data file with no extra deps
27 # so install it unconditionally
28 --enable-thunar-sendto
29 + # ignore pointless check
30 + NETWORKTOOLS=/bin/true
31 )
32 econf "${myconf[@]}"
33 }