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

(-)speedtouch-usb-3.0.1.2-r2.ebuild-orig (-9 / +7 lines)
Lines 94-114 Link Here
94
	check_extra_config
94
	check_extra_config
95
	echo
95
	echo
96
96
97
	# Check user space for PPPoA support
97
	# Check user-space for PPPoA support
98
	if ! built_with_use net-dialup/ppp atm ; then
98
	if ! built_with_use net-dialup/ppp atm ; then
99
		ewarn "PPPoA support: net-dialup/ppp should be built with 'atm' USE flag enabled!"
99
		ewarn "Run the following command if connecting via PPPoA:"
100
		ewarn "Run the following command if you need PPPoA support:"
100
		ewarn "   euse -E atm && emerge net-dialup/ppp"
101
		einfo "  euse -E atm && emerge net-dialup/ppp"
102
		echo
101
		echo
103
	fi
102
	fi
104
	# Check user space PPPoE support
103
	# Check user-space for PPPoE support
105
	if ! has_version net-misc/br2684ctl ; then
104
	if ! has_version net-misc/br2684ctl ; then
106
		ewarn "PPPoE support: net-misc/br2684ctl is not installed!"
105
		ewarn "Run the following command if connecting via PPPoE:"
107
		ewarn "Run the following command if you need PPPoE support:"
106
		ewarn "   emerge net-misc/br2684ctl"
108
		einfo "   emerge net-misc/br2684ctl"
109
		echo
107
		echo
110
	fi
108
	fi
111
109
112
	ewarn "To complete the installation, you must read the documentation available in"
110
	ewarn "To complete the installation, you must read the documentation in"
113
	ewarn "   ${ROOT}usr/share/doc/${PF}"
111
	ewarn "   ${ROOT}usr/share/doc/${PF}"
114
}
112
}

Return to bug 134169