Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/
Date: Wed, 18 Sep 2019 14:24:10
Message-Id: 1568816631.4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5.bkohler@gentoo
1 commit: 4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 14:21:27 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 14:23:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4db54b
7
8 net-misc/connman: add new IUSE default to satisfy REQUIRED_USE
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 net-misc/connman/connman-1.37.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/connman/connman-1.37.ebuild b/net-misc/connman/connman-1.37.ebuild
17 index 3e0953084c9..9915aff03fe 100644
18 --- a/net-misc/connman/connman-1.37.ebuild
19 +++ b/net-misc/connman/connman-1.37.ebuild
20 @@ -12,7 +12,7 @@ LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
23
24 -IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables iwd l2tp nftables"
25 +IUSE="${IUSE} bluetooth debug doc examples +ethernet +iptables iwd l2tp nftables"
26 IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
27
28 REQUIRED_USE="|| ( iptables nftables )"