summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-02-21 07:16:48 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-02-21 07:16:48 +0000
commit6cc1a7c40a586db499274d54455a847c3b3a7dd4 (patch)
tree9b33f7a7db99259baebc7d65e62d2acd309c7fcb /app-emacs/slime
parentStable ppc64 fixing my 2 month old mistake. (diff)
downloadhistorical-6cc1a7c40a586db499274d54455a847c3b3a7dd4.tar.gz
historical-6cc1a7c40a586db499274d54455a847c3b3a7dd4.tar.bz2
historical-6cc1a7c40a586db499274d54455a847c3b3a7dd4.zip
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-emacs/slime')
-rw-r--r--app-emacs/slime/ChangeLog6
-rw-r--r--app-emacs/slime/slime-1.0.20050207.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/slime/ChangeLog b/app-emacs/slime/ChangeLog
index ba06e60dff32..10e8734168cd 100644
--- a/app-emacs/slime/ChangeLog
+++ b/app-emacs/slime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/slime
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.10 2005/02/10 09:19:45 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.11 2005/02/21 07:16:12 mkennedy Exp $
+
+ 21 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ slime-1.0.20050207.ebuild:
+ For some odd reason, process substitution seems to hang.
*slime-1.0.20050207 (07 Feb 2005)
diff --git a/app-emacs/slime/slime-1.0.20050207.ebuild b/app-emacs/slime/slime-1.0.20050207.ebuild
index e12ab5d283db..5e884a9d3935 100644
--- a/app-emacs/slime/slime-1.0.20050207.ebuild
+++ b/app-emacs/slime/slime-1.0.20050207.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-emacs/slime/slime-1.0.20050207.ebuild,v 1.1 2005/02/10 09:19:45 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-1.0.20050207.ebuild,v 1.2 2005/02/21 07:16:12 mkennedy Exp $
inherit elisp cvs eutils
@@ -31,8 +31,8 @@ src_unpack() {
}
src_compile() {
- emacs --batch -q -l <(echo "(add-to-list 'load-path \".\")") \
- -f batch-byte-compile *.el || die
+ echo "(add-to-list 'load-path \".\")" >load-path
+ emacs --batch -q -l load-path -f batch-byte-compile *.el || die
use doc && make -C doc all slime.pdf
}