app-editors/emacs-cvs-23.0.0-r6 ebuild contains patch to add support for Xaw3d
only in the case HAVE_XAW3D defined. Now this changes has been incorporated to
emacs CVS repository and not required causing emerge to fail.
Reproducible: Always
Steps to Reproduce:
1. emerge =emacs-cvs-23.0.0-r6
2.
3.
Actual Results:
emerge fails
Expected Results:
emerge is ok
The following patch fixes it:
-------------------------------------------
diff --unified=3 -P -r a/emacs-cvs-23.0.0-r6.ebuild
b/emacs-cvs-23.0.0-r6.ebuild
--- a/emacs-cvs-23.0.0-r6.ebuild 2007-06-17 17:35:42.000000000 +0400
+++ b/emacs-cvs-23.0.0-r6.ebuild 2007-06-17 17:35:28.000000000 +0400
@@ -86,7 +86,6 @@
|| die "unable to sed configure.in"
fi
- epatch "${FILESDIR}/${PN}-Xaw3d-headers.patch"
epatch "${FILESDIR}/${PN}-freebsd-sparc.patch"
# ALSA is detected and used even if not requested by the USE=alsa flag.
# So remove the automagic check
Only in a/files: emacs-cvs-Xaw3d-headers.patch