diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-16 01:07:04 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-16 01:07:04 +0000 |
commit | 1d7b402495831d7fc24177eb4b4fc02acf6d33e0 (patch) | |
tree | a8e2bd10cb095bc6b813a45324a3e53218fef863 /dev-lisp | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-1d7b402495831d7fc24177eb4b4fc02acf6d33e0.tar.gz gentoo-2-1d7b402495831d7fc24177eb4b4fc02acf6d33e0.tar.bz2 gentoo-2-1d7b402495831d7fc24177eb4b4fc02acf6d33e0.zip |
echangelog "Corrected typo in README.Gentoo"
(Portage version: 2.0.51.22-r1)
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: |