diff options
author | Yixun Lan <dlan@gentoo.org> | 2017-05-04 05:40:16 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2017-05-04 05:40:27 +0800 |
commit | 212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee (patch) | |
tree | 7be7ac7269c4aecd92210722e0c0a7cd6c857425 /net-misc/connman | |
parent | dev-lang/go: stable 1.8.1 on amd64 for #617426 (diff) | |
download | gentoo-212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee.tar.gz gentoo-212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee.tar.bz2 gentoo-212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee.zip |
net-misc/connman: disable iwd as it not released
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |