diff options
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r-- | dev-lisp/cl-aima/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index f3892452211e..a52c0c140991 100644 --- a/dev-lisp/cl-aima/ChangeLog +++ b/dev-lisp/cl-aima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-aima # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.4 2004/03/03 18:58:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.5 2004/03/04 16:31:49 mkennedy Exp $ + + 04 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild: + Missing SLOT="0" added. 03 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild, cl-aima-1.0.2.ebuild: diff --git a/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild index c8229f8df301..8ad37d8c8a46 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild,v 1.2 2004/03/03 18:58:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild,v 1.3 2004/03/04 16:31:49 mkennedy Exp $ inherit common-lisp @@ -16,6 +16,7 @@ LICENSE="Norvig" KEYWORDS="~x86" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" +SLOT="0" CLPACKAGE=aima |