diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-ucw/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/files/README.Gentoo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-lisp/cl-ucw/ChangeLog b/dev-lisp/cl-ucw/ChangeLog index 7c4c98bd5da8..e4d6db3b0f37 100644 --- a/dev-lisp/cl-ucw/ChangeLog +++ b/dev-lisp/cl-ucw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-ucw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/ChangeLog,v 1.4 2005/06/15 20:31:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/ChangeLog,v 1.5 2005/06/16 01:07:04 mkennedy Exp $ + + 16 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> files/README.Gentoo: + Corrected typo in README.Gentoo 15 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-ucw-0.3.9.ebuild: If araneida is not in USE, then dev-lisp/cl-puri should be a dependency; diff --git a/dev-lisp/cl-ucw/files/README.Gentoo b/dev-lisp/cl-ucw/files/README.Gentoo index 0046a180a76e..b96c7deb75ae 100644 --- a/dev-lisp/cl-ucw/files/README.Gentoo +++ b/dev-lisp/cl-ucw/files/README.Gentoo @@ -33,7 +33,7 @@ path passed to SETUP-LOGGERS to your own choice in logging directory. Once you have adjusted your start.lisp and utils.lisp, start UCW within your Lisp REPL like this: - (asdf:oos 'adsf:load-op :ucw) + (asdf:oos 'asdf:load-op :ucw) (load "/path/to/start.lisp") By default, the admin and examples applications are available at: |