X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64.asd;fp=base64.asd;h=f4b32d811727d35176c03e0a8c0d4921f56b20c5;hp=b47d46ed1a3353c08af3f8afe3b6c898cfa22075;hb=e0713e35f91fd123fda58c7187d934d25e1590d1;hpb=268e079709d5a246c01a8a556b571eeb2efb9d8e diff --git a/base64.asd b/base64.asd index b47d46e..f4b32d8 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.18 2003/04/15 16:12:01 kevin Exp $ +;;;; $Id: base64.asd,v 1.19 2003/04/15 16:21:43 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -29,7 +29,7 @@ (pushnew :base64 cl:*features*)) ;; depends-on only needed for test-op - :depends-on (:kmrcl :tester) + :depends-on (:kmrcl) :components ((:file "package")