common-lisp.net
/
projects/linedit/linedit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2d42f89
)
:if-component-dep-fails not needed anymore in the .asd
author
Nikodemus Siivola
<nikodemus@random-state.net>
Sat, 23 Jun 2012 12:50:32 +0000 (15:50 +0300)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Sat, 23 Jun 2012 12:50:32 +0000 (15:50 +0300)
linedit.asd
patch
|
blob
|
blame
|
history
diff --git
a/linedit.asd
b/linedit.asd
index
b9c30cb
..
103334b
100644
(file)
--- a/
linedit.asd
+++ b/
linedit.asd
@@
-95,7
+95,6
@@
(:module "ports"
:depends-on ("main")
:serial t
- :if-component-dep-fails :try-next
:components ((:madeira-port "sbcl" :when :sbcl)
(:madeira-port "ccl" :when :ccl)
(:madeira-port "generic" :unless (:or :sbcl :ccl))))))