Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914007
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/gentoo/net-misc/connman/connman-1.42.ebuild
0
++ b/connman-1.42.ebuild
Lines 19-25 LICENSE="GPL-2" Link Here
19
SLOT="0"
19
SLOT="0"
20
20
21
IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
21
IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
22
+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
22
+nftables ofono openconnect openvpn policykit pptp systemd-resolved tools vpnc +wifi wireguard
23
wispr"
23
wispr"
24
24
25
REQUIRED_USE="^^ ( iptables nftables )"
25
REQUIRED_USE="^^ ( iptables nftables )"
Lines 43-48 RDEPEND="${COMMON_DEPEND} Link Here
43
	l2tp? ( net-dialup/xl2tpd )
43
	l2tp? ( net-dialup/xl2tpd )
44
	ofono? ( net-misc/ofono )
44
	ofono? ( net-misc/ofono )
45
	policykit? ( sys-auth/polkit )
45
	policykit? ( sys-auth/polkit )
46
	systemd-resolved? ( sys-apps/systemd )
46
	wifi? (
47
	wifi? (
47
		!iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
48
		!iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
48
		iwd? ( net-wireless/iwd )
49
		iwd? ( net-wireless/iwd )
Lines 92-97 src_configure() { Link Here
92
		$(use_enable openvpn openvpn builtin) \
93
		$(use_enable openvpn openvpn builtin) \
93
		$(use_enable policykit polkit builtin) \
94
		$(use_enable policykit polkit builtin) \
94
		$(use_enable pptp pptp builtin) \
95
		$(use_enable pptp pptp builtin) \
96
		--with-dns-backend=$(usex systemd-resolved "systemd-resolved" "internal" ) \
95
		$(use_enable tools) \
97
		$(use_enable tools) \
96
		$(use_enable vpnc vpnc builtin) \
98
		$(use_enable vpnc vpnc builtin) \
97
		$(use_enable wireguard) \
99
		$(use_enable wireguard) \

Return to bug 914007