summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2008-08-03 14:44:24 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2008-08-03 14:44:24 +0000
commit80d6a5819baf3e7ba9530f935b8e2e9cc21e03eb (patch)
tree1957adc534ccee461a99e3fab89621811be71f59 /dev-lisp/sbcl
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-80d6a5819baf3e7ba9530f935b8e2e9cc21e03eb.tar.gz
gentoo-2-80d6a5819baf3e7ba9530f935b8e2e9cc21e03eb.tar.bz2
gentoo-2-80d6a5819baf3e7ba9530f935b8e2e9cc21e03eb.zip
forgot to update the 1.0.18 ebuild
(Portage version: 2.2_rc5/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r--dev-lisp/sbcl/ChangeLog6
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.18.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index aa54c3a61641..c901006b02f5 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.147 2008/08/03 14:41:12 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.148 2008/08/03 14:44:24 pchrist Exp $
+
+ 03 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
+ sbcl-1.0.18.ebuild:
+ forgot to update the 1.0.18 ebuild
03 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
sbcl-1.0.19.ebuild:
diff --git a/dev-lisp/sbcl/sbcl-1.0.18.ebuild b/dev-lisp/sbcl/sbcl-1.0.18.ebuild
index 6f90438210fa..93e10ecd3b55 100644
--- a/dev-lisp/sbcl/sbcl-1.0.18.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.18.ebuild,v 1.1 2008/07/27 21:55:03 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.18.ebuild,v 1.2 2008/08/03 14:44:24 pchrist Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -40,6 +40,11 @@ PDEPEND="dev-lisp/gentoo-init"
PROVIDE="virtual/commonlisp"
+#Disable warnings about executable stacks, as this won't be fixed soon, by
+#upstream
+QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl \
+usr/lib/sbcl/src/runtime/*.o"
+
pkg_setup() {
if built_with_use sys-devel/gcc hardened && gcc-config -c | grep -qv vanilla; then
eerror "So-called \"hardened\" compiler features are incompatible with SBCL. You"