diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2004-11-08 03:57:14 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2004-11-08 03:57:14 +0000 |
commit | 2c77a3bf5426aeeb18b61c14af814c6beeb0808a (patch) | |
tree | b9803166624dbaf532928d4faebcdf9a43117e8e /net-dialup/ppp/ppp-2.4.2-r2.ebuild | |
parent | updated mppe patch for bug 51744 (diff) | |
download | gentoo-2-2c77a3bf5426aeeb18b61c14af814c6beeb0808a.tar.gz gentoo-2-2c77a3bf5426aeeb18b61c14af814c6beeb0808a.tar.bz2 gentoo-2-2c77a3bf5426aeeb18b61c14af814c6beeb0808a.zip |
updated mppe patch for bug 51744
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.2-r2.ebuild')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.2-r2.ebuild b/net-dialup/ppp/ppp-2.4.2-r2.ebuild index 0aba9c797778..128b86a1150e 100644 --- a/net-dialup/ppp/ppp-2.4.2-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.13 2004/09/25 07:02:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.14 2004/11/08 03:53:44 nerdboy Exp $ inherit eutils gnuconfig @@ -27,7 +27,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}/killaddr-smarter.patch.gz epatch ${FILESDIR}/${PV}/cflags.patch epatch ${FILESDIR}/${PV}/pcap.patch - epatch ${FILESDIR}/${PV}/stdopt-mppe-mppc-0.82.patch.gz + epatch ${FILESDIR}/${PV}/mppe-mppc-1.0.patch.gz if use atm && use x86; then einfo "Enabling PPPoATM support" |