diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-09-18 09:21:27 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-09-18 09:23:51 -0500 |
commit | 4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5 (patch) | |
tree | 32f652c05ccf906e47475013181386fdc16e3c18 /net-misc/connman | |
parent | dev-ruby/capistrano: amd64 stable (diff) | |
download | gentoo-4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5.tar.gz gentoo-4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5.tar.bz2 gentoo-4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5.zip |
net-misc/connman: add new IUSE default to satisfy REQUIRED_USE
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.37.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.37.ebuild b/net-misc/connman/connman-1.37.ebuild index 3e0953084c96..9915aff03fef 100644 --- a/net-misc/connman/connman-1.37.ebuild +++ b/net-misc/connman/connman-1.37.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables iwd l2tp nftables" +IUSE="${IUSE} bluetooth debug doc examples +ethernet +iptables iwd l2tp nftables" IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager" REQUIRED_USE="|| ( iptables nftables )" |