commit: 212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 21:40:16 2017 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed May 3 21:40:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212bfe89
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(-)
diff --git a/net-misc/connman/connman-1.34.ebuild
b/net-misc/connman/connman-1.34.ebuild
index 4b9db5502e7..b141c8385a0 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
}