[cxml-cvs] CVS cxml
dlichteblau
dlichteblau at common-lisp.net
Sat Jun 30 21:24:34 UTC 2007
Update of /project/cxml/cvsroot/cxml
In directory clnet:/tmp/cvs-serv3871
Modified Files:
runes.asd
Log Message:
need to :depend-on trivial-gray-streams to fix the previous ci
--- /project/cxml/cvsroot/cxml/runes.asd 2007/06/16 11:27:18 1.2
+++ /project/cxml/cvsroot/cxml/runes.asd 2007/06/30 21:24:34 1.3
@@ -57,4 +57,5 @@
#-x&y-streams-are-stream (:file "xstream")
#-x&y-streams-are-stream (:file "ystream")
#+x&y-streams-are-stream (:file #+scl "stream-scl")
- ))
+ )
+ :depends-on (#-scl :trivial-gray-streams))
More information about the Cxml-cvs
mailing list