--- attachment.cgi?id=72142 2005-11-07 14:28:43.000000000 +0000 +++ /usr/local/portage/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2.ebuild 2005-11-07 14:35:24.000000000 +0000 @@ -41,14 +41,13 @@ } pkg_config() { - einfo "Checking kernel configuration" CONFIG_CHECK="KOBJECT_UEVENT !STANDALONE FW_LOADER NET PACKET ATM NETDEVICES \ PPP ~PPP_DEFLATE ~PPP_BSDCOMP PPPOATM USB USB_DEVICEFS USB_ATM USB_SPEEDTOUCH" check_extra_config + echo "" - einfo "Check pppd support for PPPoA" if ! built_with_use net-dialup/ppp atm; then - eerror "net-dialup/ppp should be build with PPP over ATM support enabled." + eerror "net-dialup/ppp should be built with PPP over ATM support enabled." eerror "Run the following command and try again:" eerror " euse -E atm && emerge net-dialup/ppp" return 1 @@ -154,7 +153,7 @@ } pkg_prerm() { - # Remove symlinks createed by emerge --config + # Remove symlinks created by emerge --config [ -L /lib/firmware/speedtch-1.bin ] \ && rm -f /lib/firmware/speedtch-1.bin [ -L /lib/firmware/speedtch-2.bin ] \