diff options
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.0.4.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.0.4.ebuild b/dev-lisp/sbcl/sbcl-1.0.4.ebuild index 2654038dfea6..10a975d9a3da 100644 --- a/dev-lisp/sbcl/sbcl-1.0.4.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.4.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.4.ebuild,v 1.9 2007/08/30 05:44:55 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.4.ebuild,v 1.10 2007/09/27 11:57:09 hkbst Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="ldb source threads unicode doc cobalt" +IUSE="ldb source threads unicode doc" DEPEND="doc? ( sys-apps/texinfo )" |