summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-14 22:49:57 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-14 22:49:57 +0000
commit1eed7f799bad4e6db8772d96da3aafe3ab7446ca (patch)
treee37b4b1cd8947423c5b001173cbc7d6af45eda83 /dev-lisp/sbcl
parentMove comments into the description tag of the maintainer. (diff)
downloadgentoo-2-1eed7f799bad4e6db8772d96da3aafe3ab7446ca.tar.gz
gentoo-2-1eed7f799bad4e6db8772d96da3aafe3ab7446ca.tar.bz2
gentoo-2-1eed7f799bad4e6db8772d96da3aafe3ab7446ca.zip
sync IUSE (+hardened)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r--dev-lisp/sbcl/sbcl-0.8.21-r1.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-0.9.0.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-0.9.1-r1.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-0.9.1.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-0.9.2.ebuild4
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.8.21-r1.ebuild b/dev-lisp/sbcl/sbcl-0.8.21-r1.ebuild
index 7cee2af0961e..3174a1aa207f 100644
--- a/dev-lisp/sbcl/sbcl-0.8.21-r1.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.8.21-r1.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.21-r1.ebuild,v 1.2 2005/06/01 03:24:45 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.21-r1.ebuild,v 1.3 2005/07/14 22:49:57 agriffis Exp $
inherit common-lisp-common-2 eutils
@@ -24,7 +24,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~mips ~amd64"
-IUSE="threads doc nosource unicode ldb"
+IUSE="doc hardened ldb nosource threads unicode"
DEPEND="=dev-lisp/common-lisp-controller-4*
>=dev-lisp/cl-asdf-1.84
diff --git a/dev-lisp/sbcl/sbcl-0.9.0.ebuild b/dev-lisp/sbcl/sbcl-0.9.0.ebuild
index fcf40ae38f9e..f8fee26b5aa1 100644
--- a/dev-lisp/sbcl/sbcl-0.9.0.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.9.0.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.9.0.ebuild,v 1.3 2005/06/01 03:24:45 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.0.ebuild,v 1.4 2005/07/14 22:49:57 agriffis Exp $
inherit common-lisp-common-2 eutils
@@ -23,7 +23,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~amd64"
-IUSE="threads doc nosource unicode ldb"
+IUSE="doc ldb nosource threads unicode"
DEPEND="=dev-lisp/common-lisp-controller-4*
>=dev-lisp/cl-asdf-1.84
diff --git a/dev-lisp/sbcl/sbcl-0.9.1-r1.ebuild b/dev-lisp/sbcl/sbcl-0.9.1-r1.ebuild
index 69c76f8ebfa8..833f5ba616b2 100644
--- a/dev-lisp/sbcl/sbcl-0.9.1-r1.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.9.1-r1.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.9.1-r1.ebuild,v 1.1 2005/07/06 16:34:45 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.1-r1.ebuild,v 1.2 2005/07/14 22:49:57 agriffis Exp $
inherit common-lisp-common-2 eutils
@@ -24,7 +24,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~mips ~amd64"
-IUSE="threads nosource unicode ldb"
+IUSE="hardened ldb nosource threads unicode"
DEPEND="=dev-lisp/common-lisp-controller-4*
>=dev-lisp/cl-asdf-1.84
diff --git a/dev-lisp/sbcl/sbcl-0.9.1.ebuild b/dev-lisp/sbcl/sbcl-0.9.1.ebuild
index cac2854fb4ea..f8f30f46c360 100644
--- a/dev-lisp/sbcl/sbcl-0.9.1.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.9.1.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.9.1.ebuild,v 1.4 2005/06/26 16:14:58 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.1.ebuild,v 1.5 2005/07/14 22:49:57 agriffis Exp $
inherit common-lisp-common-2 eutils
@@ -24,7 +24,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~mips ~amd64"
-IUSE="threads doc nosource unicode ldb"
+IUSE="doc hardened ldb nosource threads unicode"
DEPEND="=dev-lisp/common-lisp-controller-4*
>=dev-lisp/cl-asdf-1.84
diff --git a/dev-lisp/sbcl/sbcl-0.9.2.ebuild b/dev-lisp/sbcl/sbcl-0.9.2.ebuild
index 24eae8bd7d60..0899cdfa3eb9 100644
--- a/dev-lisp/sbcl/sbcl-0.9.2.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.9.2.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.9.2.ebuild,v 1.1 2005/07/06 16:34:45 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.2.ebuild,v 1.2 2005/07/14 22:49:57 agriffis Exp $
inherit common-lisp-common-2 eutils
@@ -24,7 +24,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~mips ~amd64"
-IUSE="threads nosource unicode ldb"
+IUSE="hardened ldb nosource threads unicode"
DEPEND="=dev-lisp/common-lisp-controller-4*
>=dev-lisp/cl-asdf-1.84