summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-06-16 14:11:44 +0000
committerPacho Ramos <pacho@gentoo.org>2012-06-16 14:11:44 +0000
commit4696d9c16d191238a83b0375f24919c75b817a40 (patch)
tree16d14a6c5d7f600fc1aa9a9d86272c1443a4b33c /net-dialup
parentUpdate PPPoE instructions. (diff)
downloadgentoo-2-4696d9c16d191238a83b0375f24919c75b817a40.tar.gz
gentoo-2-4696d9c16d191238a83b0375f24919c75b817a40.tar.bz2
gentoo-2-4696d9c16d191238a83b0375f24919c75b817a40.zip
Update PPPoE instructions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ueagle-atm/ChangeLog7
-rw-r--r--net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild8
2 files changed, 9 insertions, 6 deletions
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 <pacho@gentoo.org> ueagle-atm-1.1-r3.ebuild:
+ Update PPPoE instructions.
15 Jun 2011; Diego E. Pettenò <flameeyes@gentoo.org>
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