From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC5CC138334 for ; Fri, 28 Dec 2018 05:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF81E0A10; Fri, 28 Dec 2018 05:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95F19E0A10 for ; Fri, 28 Dec 2018 05:12:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D366E335C6F for ; Fri, 28 Dec 2018 05:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 103FC4EE for ; Fri, 28 Dec 2018 05:12:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1545973948.c4581c5f59317ac370da5a1831a2a7008e887786.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-9999.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c4581c5f59317ac370da5a1831a2a7008e887786 X-VCS-Branch: master Date: Fri, 28 Dec 2018 05:12:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c63aaecd-e461-43a9-bf40-cdbf558c28ae X-Archives-Hash: e21b82bee59564d10b31d72fa4b780b7 commit: c4581c5f59317ac370da5a1831a2a7008e887786 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 28 04:54:18 2018 +0000 Commit: Michał Górny gentoo 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 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[@]}" }