diff options
-rw-r--r-- | dev-lisp/cmucl/cmucl-19c.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.9.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/cmucl/cmucl-19c.ebuild b/dev-lisp/cmucl/cmucl-19c.ebuild index 58981d8fad53..a635e0efdf99 100644 --- a/dev-lisp/cmucl/cmucl-19c.ebuild +++ b/dev-lisp/cmucl/cmucl-19c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19c.ebuild,v 1.2 2006/04/04 15:29:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19c.ebuild,v 1.3 2006/04/06 20:05:30 swegener Exp $ inherit common-lisp-common-2 eutils toolchain-funcs @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc lesstif nosource" -DEPEND=">=dev-lisp/common-lisp-controller-4* +DEPEND=">=dev-lisp/common-lisp-controller-4 doc? ( virtual/tetex ) lesstif? ( x11-libs/lesstif ) !lesstif? ( x11-libs/openmotif ) diff --git a/dev-lisp/sbcl/sbcl-0.9.9.ebuild b/dev-lisp/sbcl/sbcl-0.9.9.ebuild index d868a23dfd24..562fae3a2e39 100644 --- a/dev-lisp/sbcl/sbcl-0.9.9.ebuild +++ b/dev-lisp/sbcl/sbcl-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.9.ebuild,v 1.2 2006/04/04 15:35:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.9.ebuild,v 1.3 2006/04/06 20:06:21 swegener Exp $ inherit common-lisp-common-2 eutils @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~amd64" IUSE="hardened ldb nosource threads nptl unicode" -DEPEND=">=dev-lisp/common-lisp-controller-4* +DEPEND=">=dev-lisp/common-lisp-controller-4 >=dev-lisp/cl-asdf-1.84 sys-apps/texinfo" |