From 4696d9c16d191238a83b0375f24919c75b817a40 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 16 Jun 2012 14:11:44 +0000 Subject: Update PPPoE instructions. (Portage version: 2.1.10.65/cvs/Linux x86_64) --- net-dialup/ueagle-atm/ChangeLog | 7 +++++-- net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'net-dialup') diff --git a/net-dialup/ueagle-atm/ChangeLog b/net-dialup/ueagle-atm/ChangeLog index cd4ea778cde5..2475b5071ced 100644 --- a/net-dialup/ueagle-atm/ChangeLog +++ b/net-dialup/ueagle-atm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ueagle-atm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ChangeLog,v 1.8 2011/06/15 21:49:10 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ChangeLog,v 1.9 2012/06/16 14:11:44 pacho Exp $ + + 16 Jun 2012; Pacho Ramos ueagle-atm-1.1-r3.ebuild: + Update PPPoE instructions. 15 Jun 2011; Diego E. Pettenò ueagle-atm-1.1-r3.ebuild: diff --git a/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild b/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild index 3a3411acca9d..a9757255c2b3 100644 --- a/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild +++ b/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.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/ueagle-atm/ueagle-atm-1.1-r3.ebuild,v 1.2 2011/06/15 21:49:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild,v 1.3 2012/06/16 14:11:44 pacho Exp $ EAPI="2" @@ -68,9 +68,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 -- cgit v1.2.3-65-gdbad