diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 14:10:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 14:10:22 +0000 |
commit | acac5d66a569d3bfbc98099686ca37f9d2f6a715 (patch) | |
tree | 22f212c252a581856e7e63d43e3d49e18847f874 /net-dialup | |
parent | dev-python/autopep8: 0.7 (diff) | |
download | gentoo-2-acac5d66a569d3bfbc98099686ca37f9d2f6a715.tar.gz gentoo-2-acac5d66a569d3bfbc98099686ca37f9d2f6a715.tar.bz2 gentoo-2-acac5d66a569d3bfbc98099686ca37f9d2f6a715.zip |
Update PPPoE instructions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/speedtouch-usb/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dialup/speedtouch-usb/ChangeLog b/net-dialup/speedtouch-usb/ChangeLog index 0de5468860b0..6af2890a8f94 100644 --- a/net-dialup/speedtouch-usb/ChangeLog +++ b/net-dialup/speedtouch-usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/speedtouch-usb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.8 2009/08/23 06:59:41 mrness Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.9 2012/06/16 14:10:22 pacho Exp $ + + 16 Jun 2012; Pacho Ramos <pacho@gentoo.org> speedtouch-usb-3.0.1.2-r3.ebuild: + Update PPPoE instructions. *speedtouch-usb-3.0.1.2-r3 (23 Aug 2009) diff --git a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild index 5e9d8fe96b84..fe8a062da696 100644 --- a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild +++ b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild,v 1.1 2009/08/23 06:59:41 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild,v 1.2 2012/06/16 14:10:22 pacho Exp $ inherit eutils linux-info @@ -90,9 +90,9 @@ pkg_postinst() { echo fi # Check user-space for PPPoE support - if ! has_version net-misc/br2684ctl ; then + if ! has_version >=net-dialup/linux-atm-2.5.0 ; then ewarn "Run the following command if connecting via PPPoE protocol:" - ewarn " emerge net-misc/br2684ctl" + ewarn " emerge net-dialup/linux-atm" echo fi |