diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 14:12:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 14:12:40 +0000 |
commit | 0fd3aa26fe7096ea832ece26b946cfe9cd91785b (patch) | |
tree | 360a0af969bde37afaa8d865c1bc1105faa67514 /net-dialup/ueagle4-atm | |
parent | Update PPPoE instructions. (diff) | |
download | gentoo-2-0fd3aa26fe7096ea832ece26b946cfe9cd91785b.tar.gz gentoo-2-0fd3aa26fe7096ea832ece26b946cfe9cd91785b.tar.bz2 gentoo-2-0fd3aa26fe7096ea832ece26b946cfe9cd91785b.zip |
Update PPPoE instructions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/ueagle4-atm')
-rw-r--r-- | net-dialup/ueagle4-atm/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/ueagle4-atm/ueagle4-atm-1.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dialup/ueagle4-atm/ChangeLog b/net-dialup/ueagle4-atm/ChangeLog index bee34196d3d1..63ca950b0fef 100644 --- a/net-dialup/ueagle4-atm/ChangeLog +++ b/net-dialup/ueagle4-atm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ueagle4-atm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle4-atm/ChangeLog,v 1.2 2011/06/15 21:50:44 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle4-atm/ChangeLog,v 1.3 2012/06/16 14:12:40 pacho Exp $ + + 16 Jun 2012; Pacho Ramos <pacho@gentoo.org> ueagle4-atm-1.0.ebuild: + Update PPPoE instructions. 15 Jun 2011; Diego E. Pettenò <flameeyes@gentoo.org> ueagle4-atm-1.0.ebuild: Block linux-firmware. diff --git a/net-dialup/ueagle4-atm/ueagle4-atm-1.0.ebuild b/net-dialup/ueagle4-atm/ueagle4-atm-1.0.ebuild index 12d305ac9c5f..fd3a943ffa62 100644 --- a/net-dialup/ueagle4-atm/ueagle4-atm-1.0.ebuild +++ b/net-dialup/ueagle4-atm/ueagle4-atm-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/ueagle4-atm/ueagle4-atm-1.0.ebuild,v 1.2 2011/06/15 21:50:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle4-atm/ueagle4-atm-1.0.ebuild,v 1.3 2012/06/16 14:12:40 pacho Exp $ EAPI="2" @@ -64,9 +64,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 |