summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-07-15 18:31:00 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-07-15 18:31:00 +0000
commit20af784a120d83840a46b453fa12e1a45f54a992 (patch)
tree7baaeed371f99bbcd3b8a6f79e6c5f378a270b07 /dev-lisp
parentalpha/x86 stable (diff)
downloadgentoo-2-20af784a120d83840a46b453fa12e1a45f54a992.tar.gz
gentoo-2-20af784a120d83840a46b453fa12e1a45f54a992.tar.bz2
gentoo-2-20af784a120d83840a46b453fa12e1a45f54a992.zip
fix glibc-2.6 fix
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/ChangeLog5
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index c43241c17f09..caf43b48f37d 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.118 2007/07/15 16:10:13 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.119 2007/07/15 18:31:00 hkbst Exp $
+
+ 15 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r2.ebuild:
+ fix glibc-2.6 fix
15 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r2.ebuild:
fix for glibc-2.6, bug 185410
diff --git a/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild b/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
index 1fed59838222..6570c9878df7 100644
--- a/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild,v 1.3 2007/07/15 16:10:13 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild,v 1.4 2007/07/15 18:31:00 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -45,7 +45,7 @@ pkg_setup() {
eerror "(the \"vanilla\" profile) and \"source /etc/profile\" before continuing."
die
fi
- if (use x86 || use amd64) && has_version <sys-libs/glibc-2.6 \
+ if (use x86 || use amd64) && has_version "<sys-libs/glibc-2.6" \
&& ! built_with_use sys-libs/glibc nptl; then
eerror "Building SBCL without NPTL support on at least x86 and amd64"
eerror "architectures is not a supported configuration in Gentoo. Please"