Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/
Date: Wed, 03 May 2017 21:40:32
Message-Id: 1493847627.212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee.dlan@gentoo
1 commit: 212bfe89ca4a2e2dde9662d7b7bcad41a2f1b9ee
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 21:40:16 2017 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 21:40:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212bfe89
7
8 net-misc/connman: disable iwd as it not released
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-misc/connman/connman-1.34.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/connman/connman-1.34.ebuild b/net-misc/connman/connman-1.34.ebuild
16 index 4b9db5502e7..b141c8385a0 100644
17 --- a/net-misc/connman/connman-1.34.ebuild
18 +++ b/net-misc/connman/connman-1.34.ebuild
19 @@ -55,7 +55,6 @@ src_configure() {
20 --enable-client \
21 --enable-datafiles \
22 --enable-loopback=builtin \
23 - --enable-iwd \
24 $(use_enable examples test) \
25 $(use_enable ethernet ethernet builtin) \
26 $(use_enable wifi wifi builtin) \
27 @@ -72,6 +71,7 @@ src_configure() {
28 $(use_enable tools) \
29 --with-firewall=$(usex iptables "iptables" "nftables" ) \
30 --disable-iospm \
31 + --disable-iwd \
32 --disable-hh2serial-gps
33 }