diff options
author | 2006-09-21 15:55:14 +0000 | |
---|---|---|
committer | 2006-09-21 15:55:14 +0000 | |
commit | 513f288645cfe9d5dbc33236625c93bdf06d8395 (patch) | |
tree | 2a9984ba13f6f8d8828ab697e9170412f6d6874a | |
parent | Stable on ppc wrt bug 142960 (diff) | |
download | gentoo-2-513f288645cfe9d5dbc33236625c93bdf06d8395.tar.gz gentoo-2-513f288645cfe9d5dbc33236625c93bdf06d8395.tar.bz2 gentoo-2-513f288645cfe9d5dbc33236625c93bdf06d8395.zip |
Stable on x86, bug #146102.
(Portage version: 2.1.2_pre1)
-rw-r--r-- | dev-lisp/cmucl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cmucl/cmucl-19c.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cmucl/ChangeLog b/dev-lisp/cmucl/ChangeLog index a90e7bdd97c1..938e79eb337f 100644 --- a/dev-lisp/cmucl/ChangeLog +++ b/dev-lisp/cmucl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cmucl # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.21 2006/08/10 01:58:27 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.22 2006/09/21 15:55:13 ticho Exp $ + + 21 Sep 2006; <ticho@gentoo.org> cmucl-19c.ebuild: + Stable on x86, bug #146102. 10 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> files/18e/site-init.lisp.in, files/19a/site-init.lisp.in, diff --git a/dev-lisp/cmucl/cmucl-19c.ebuild b/dev-lisp/cmucl/cmucl-19c.ebuild index a635e0efdf99..54f2d05aa91a 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.3 2006/04/06 20:05:30 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19c.ebuild,v 1.4 2006/09/21 15:55:14 ticho Exp $ inherit common-lisp-common-2 eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cmucl/cmucl_${MY_PV}.orig.tar. LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="doc lesstif nosource" DEPEND=">=dev-lisp/common-lisp-controller-4 |