diff options
author | 2010-03-05 16:22:50 +0000 | |
---|---|---|
committer | 2010-03-05 16:22:50 +0000 | |
commit | c51b1b9eef87e24a690a98f9b1c955a9b1ae5b8b (patch) | |
tree | c4afe119eac834b9ccf597a724fdcf5f6644e888 /dev-vcs/mcvs/files | |
parent | Fix HOMEPAGE and SRC_URI, bug 275162. (diff) | |
download | gentoo-2-c51b1b9eef87e24a690a98f9b1c955a9b1ae5b8b.tar.gz gentoo-2-c51b1b9eef87e24a690a98f9b1c955a9b1ae5b8b.tar.bz2 gentoo-2-c51b1b9eef87e24a690a98f9b1c955a9b1ae5b8b.zip |
Move package from dev-util to dev-vcs, bug 56967.
(Portage version: 2.2_rc63/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-vcs/mcvs/files')
-rw-r--r-- | dev-vcs/mcvs/files/1.0.13-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-vcs/mcvs/files/1.0.13-gentoo.patch b/dev-vcs/mcvs/files/1.0.13-gentoo.patch new file mode 100644 index 000000000000..cd3f3db6f6c5 --- /dev/null +++ b/dev-vcs/mcvs/files/1.0.13-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur mcvs-1.0.13.orig/code/unix-bindings/unix.lisp mcvs-1.0.13/code/unix-bindings/unix.lisp +--- mcvs-1.0.13.orig/code/unix-bindings/unix.lisp 2004-06-08 02:28:51.393937000 -0500 ++++ mcvs-1.0.13/code/unix-bindings/unix.lisp 2004-06-08 02:40:31.521501480 -0500 +@@ -38,7 +38,7 @@ + (defmacro def-c-call-out (sym &body args) + `(def-call-out ,sym (:language :stdc) ,@args)) + +-#.(when (> (read-from-string (lisp-implementation-version)) 2.30) ++#.(progn + (push :clisp-newer-than-2.30 *features*) + (values)) + |