From ba01a7216c7a4c15c103525654fe10ea5845afb1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 18 Apr 2004 16:54:10 +0000 Subject: [PATCH] r9057: package/system rename for cl-base64 --- package.lisp | 2 +- wol.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.lisp b/package.lisp index 476d848..eeb7a85 100644 --- a/package.lisp +++ b/package.lisp @@ -17,7 +17,7 @@ (defpackage #:wol (:use #:kmrcl #:hyperobject #:common-lisp - #:lml2 #:base64 #:modlisp #:puri) + #:lml2 #:cl-base64 #:modlisp #:puri) (:export ;; classes.lisp diff --git a/wol.asd b/wol.asd index 18b09ce..46b8b3f 100644 --- a/wol.asd +++ b/wol.asd @@ -27,7 +27,7 @@ (in-package #:wol-system) (defsystem wol - :depends-on (:kmrcl :modlisp :lml2 :hyperobject :base64 :puri + :depends-on (kmrcl modlisp lml2 hyperobject cl-base64 puri #-allegro :acl-compat) :components ((:file "package") -- 2.34.1