summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-01-10 15:04:06 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-01-10 15:04:06 +0000
commit25fb93ae53217130f2843180a99818d56411283e (patch)
tree803a3b229612e599d4c64c64b764f441d94b2188 /dev-lisp
parentAdded to ~amd64, bug #71047 (Manifest recommit) (diff)
downloadgentoo-2-25fb93ae53217130f2843180a99818d56411283e.tar.gz
gentoo-2-25fb93ae53217130f2843180a99818d56411283e.tar.bz2
gentoo-2-25fb93ae53217130f2843180a99818d56411283e.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/ChangeLog5
-rw-r--r--dev-lisp/sbcl/sbcl-0.8.18.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index c59e0f4ce7d3..1d7b0a679f3e 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.52 2005/01/08 10:27:30 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.53 2005/01/10 15:04:06 mkennedy Exp $
+
+ 10 Jan 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.18.ebuild:
+ Fixed typo: :sb-threads should have been :sb-thread
08 Jan 2005; Sven Wegener <swegener@gentoo.org> :
Added missing digest entries.
diff --git a/dev-lisp/sbcl/sbcl-0.8.18.ebuild b/dev-lisp/sbcl/sbcl-0.8.18.ebuild
index 4eba38a01572..384e3c38d55e 100644
--- a/dev-lisp/sbcl/sbcl-0.8.18.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.8.18.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/dev-lisp/sbcl/sbcl-0.8.18.ebuild,v 1.1 2005/01/07 21:52:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.18.ebuild,v 1.2 2005/01/10 15:04:06 mkennedy Exp $
inherit common-lisp-common eutils
@@ -54,7 +54,7 @@ src_unpack() {
cp ${FILESDIR}/${PV}/customize-target-features.lisp-prefix \
${S}/customize-target-features.lisp
use x86 && use threads \
- && echo '(enable :sb-threads)' \
+ && echo '(enable :sb-thread)' \
>>${S}/customize-target-features.lisp
use ldb \
&& echo '(enable :sb-ldb)' \