From 212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Thu, 4 May 2017 05:40:16 +0800 Subject: net-misc/connman: disable iwd as it not released Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- net-misc/connman/connman-1.34.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-misc/connman') diff --git a/net-misc/connman/connman-1.34.ebuild b/net-misc/connman/connman-1.34.ebuild index 4b9db5502e7e..b141c8385a0c 100644 --- a/net-misc/connman/connman-1.34.ebuild +++ b/net-misc/connman/connman-1.34.ebuild @@ -55,7 +55,6 @@ src_configure() { --enable-client \ --enable-datafiles \ --enable-loopback=builtin \ - --enable-iwd \ $(use_enable examples test) \ $(use_enable ethernet ethernet builtin) \ $(use_enable wifi wifi builtin) \ @@ -72,6 +71,7 @@ src_configure() { $(use_enable tools) \ --with-firewall=$(usex iptables "iptables" "nftables" ) \ --disable-iospm \ + --disable-iwd \ --disable-hh2serial-gps } -- cgit v1.2.3-65-gdbad