summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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