diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2007-12-19 02:54:06 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2007-12-19 02:54:06 +0000 |
commit | 91aaa50e745e6af64dcef4766768286b29f84447 (patch) | |
tree | 6855f4b9c4e6f5e55be535d4573a4678f5b0d34e /dev-lisp | |
parent | kde-misc/rsibreak-0.8.0: x86 stable (bug #190625) (diff) | |
download | gentoo-2-91aaa50e745e6af64dcef4766768286b29f84447.tar.gz gentoo-2-91aaa50e745e6af64dcef4766768286b29f84447.tar.bz2 gentoo-2-91aaa50e745e6af64dcef4766768286b29f84447.zip |
Add cobalt back into IUSE since it is a USE flag; bug #185956
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.12.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.9.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index 4046b40c3edd..9061e0ac857f 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,10 @@ # 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.135 2007/11/26 15:54:16 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.136 2007/12/19 02:54:06 halcy0n Exp $ + + 19 Dec 2007; Mark Loeser <halcy0n@gentoo.org> sbcl-1.0.9.ebuild, + sbcl-1.0.10.ebuild, sbcl-1.0.11-r1.ebuild, sbcl-1.0.12.ebuild: + Add cobalt back into IUSE since it is a USE flag; bug #185956 26 Nov 2007; Marijn Schouten <hkBst@gentoo.org> -sbcl-1.0.4.ebuild, -sbcl-1.0.5.ebuild, -sbcl-1.0.6.ebuild, -sbcl-1.0.6-r1.ebuild, diff --git a/dev-lisp/sbcl/sbcl-1.0.10.ebuild b/dev-lisp/sbcl/sbcl-1.0.10.ebuild index b875352bac94..7c69a5a11b4b 100644 --- a/dev-lisp/sbcl/sbcl-1.0.10.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.10.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.10.ebuild,v 1.2 2007/10/18 17:01:12 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.10.ebuild,v 1.3 2007/12/19 02:54:06 halcy0n Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -30,7 +30,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="ldb source threads unicode doc" +IUSE="ldb source threads unicode doc cobalt" DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )" diff --git a/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild index 511a0fff6ac9..b3724736a3d7 100644 --- a/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.11-r1.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.11-r1.ebuild,v 1.2 2007/10/29 18:15:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild,v 1.3 2007/12/19 02:54:06 halcy0n Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -32,7 +32,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~ppc ~sparc ~x86" -IUSE="ldb source threads unicode doc" +IUSE="ldb source threads unicode doc cobalt" DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )" diff --git a/dev-lisp/sbcl/sbcl-1.0.12.ebuild b/dev-lisp/sbcl/sbcl-1.0.12.ebuild index a188227abd41..2b1858d2e506 100644 --- a/dev-lisp/sbcl/sbcl-1.0.12.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.12.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.12.ebuild,v 1.1 2007/11/26 15:48:16 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.12.ebuild,v 1.2 2007/12/19 02:54:06 halcy0n Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -32,7 +32,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~ppc ~sparc ~x86" -IUSE="ldb source threads unicode doc" +IUSE="ldb source threads unicode doc cobalt" DEPEND="dev-lisp/gentoo-init doc? ( sys-apps/texinfo media-gfx/graphviz )" diff --git a/dev-lisp/sbcl/sbcl-1.0.9.ebuild b/dev-lisp/sbcl/sbcl-1.0.9.ebuild index 239653aeeb86..77e364022be6 100644 --- a/dev-lisp/sbcl/sbcl-1.0.9.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.9.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.9.ebuild,v 1.7 2007/11/02 19:49:11 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.9.ebuild,v 1.8 2007/12/19 02:54:06 halcy0n Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -30,7 +30,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="ldb source threads unicode doc" +IUSE="ldb source threads unicode doc cobalt" DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )" |