diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-08-23 14:24:20 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-08-23 14:24:37 -0500 |
commit | fefcb7e1560786c8fec3e3d579c256b6b817c731 (patch) | |
tree | 5584a1e70520078077277366b29eb809e83a4946 /net-misc/connman | |
parent | dev-python/xarray: fix tests (diff) | |
download | gentoo-fefcb7e1560786c8fec3e3d579c256b6b817c731.tar.gz gentoo-fefcb7e1560786c8fec3e3d579c256b6b817c731.tar.bz2 gentoo-fefcb7e1560786c8fec3e3d579c256b6b817c731.zip |
net-misc/connman: restore IUSE="+wifi" on 1.36
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.36.ebuild b/net-misc/connman/connman-1.36.ebuild index 957d31c3b434..78b5dc5b9197 100644 --- a/net-misc/connman/connman-1.36.ebuild +++ b/net-misc/connman/connman-1.36.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables iwd l2tp nftables" -IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc wifi wispr networkmanager" +IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager" REQUIRED_USE="|| ( iptables nftables )" RDEPEND=">=dev-libs/glib-2.16 |