summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-06-15 14:17:06 +0000
committerUlrich Müller <ulm@gentoo.org>2007-06-15 14:17:06 +0000
commit9f95eda198bc8351fa8a5e104f6644f63cb571a1 (patch)
tree531992291b9fa1d9d6236d5182021048ddd2a24a /app-editors/emacs-cvs/files
parentFix classpath statement for other libdirs (diff)
downloadgentoo-2-9f95eda198bc8351fa8a5e104f6644f63cb571a1.tar.gz
gentoo-2-9f95eda198bc8351fa8a5e104f6644f63cb571a1.tar.bz2
gentoo-2-9f95eda198bc8351fa8a5e104f6644f63cb571a1.zip
Undo yesterday's change since today the patch is already applied upstream.
(Portage version: 2.1.3_rc1)
Diffstat (limited to 'app-editors/emacs-cvs/files')
-rw-r--r--app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch b/app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch
deleted file mode 100644
index c194a9f0bea3..000000000000
--- a/app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in 11 Jun 2007 00:57:42 -0000 1.279.2.44
-+++ src/Makefile.in 12 Jun 2007 22:34:23 -0000
-@@ -1000,7 +1000,7 @@
- UNIDATA=${admindir}unidata/UnicodeData.txt
- #endif
-
--${lispsource}international/charprop.el: ${UNIDATA}
-+${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA}
- RUNEMACS="$(RUN_TEMACS)"; \
- cd ${admindir}unidata; \
- $(MAKE) $(MFLAGS) \