diff options
Diffstat (limited to 'dev-lisp/cmucl/files/18e/herald-save.lisp-gentoo.patch')
-rw-r--r-- | dev-lisp/cmucl/files/18e/herald-save.lisp-gentoo.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-lisp/cmucl/files/18e/herald-save.lisp-gentoo.patch b/dev-lisp/cmucl/files/18e/herald-save.lisp-gentoo.patch deleted file mode 100644 index 62d6e66d0750..000000000000 --- a/dev-lisp/cmucl/files/18e/herald-save.lisp-gentoo.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur cmucl-18e.original/src/code/save.lisp cmucl-18e/src/code/save.lisp ---- cmucl-18e.original/src/code/save.lisp 2003-06-08 02:23:44.000000000 -0500 -+++ cmucl-18e/src/code/save.lisp 2004-01-14 14:03:28.487836232 -0600 -@@ -289,11 +289,9 @@ - )) - - (setf (getf *herald-items* :bugs) -- '("For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS." -- terpri -- "or to " -- "pvaneynd@debian.org" terpri -- "type (help) for help, (quit) to exit, and (demo) to see the demos" terpri -+ '("For support see http://www.cons.org/cmucl/support.html" terpri -+ "Send bug reports to http://bugs.gentoo.org." terpri -+ "Type (help) for help or (quit) to exit." terpri - terpri - "Loaded subsystems:")) - |