diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-25 15:14:52 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-25 15:14:52 +0000 |
commit | a66fad77285a5dd42a6ad48fabadb997a8c0032f (patch) | |
tree | 63e68f024a77c55f3ef671d3518fb5cc2c2d3f13 /app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild | |
parent | Fix the nntp patch to apply to both -r4 and -r5. Bump the nntp patch to -r3 (diff) | |
download | historical-a66fad77285a5dd42a6ad48fabadb997a8c0032f.tar.gz historical-a66fad77285a5dd42a6ad48fabadb997a8c0032f.tar.bz2 historical-a66fad77285a5dd42a6ad48fabadb997a8c0032f.zip |
Fixed nofink patch filename on ppc-macos.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild index 985aca916a40..3b42f123049b 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild,v 1.1 2005/02/16 13:51:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild,v 1.2 2005/02/25 15:14:52 usata Exp $ ECVS_AUTH="ext" export CVS_RSH="ssh" @@ -50,7 +50,7 @@ src_compile() { strip-flags epatch ${FILESDIR}/emacs-subdirs-el-gentoo.diff - use ppc-macos && epatch ${FILESDIR}/emacs-21.3.50-nofink.diff + use ppc-macos && epatch ${FILESDIR}/emacs-cvs-21.3.50-nofink.diff local myconf |