common-lisp.net
/
projects/qitab/rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5d50942
)
Add missing dependency on cl-ppcre
author
Francois-Rene Rideau
<tunes@google.com>
Wed, 7 Mar 2012 04:03:18 +0000 (23:03 -0500)
committer
Francois-Rene Rideau
<tunes@google.com>
Wed, 7 Mar 2012 04:03:18 +0000 (23:03 -0500)
rpm.asd
patch
|
blob
|
blame
|
history
diff --git
a/rpm.asd
b/rpm.asd
index
14e9176
..
4242de5
100644
(file)
--- a/
rpm.asd
+++ b/
rpm.asd
@@
-1,7
+1,7
@@
;;; -*- Lisp -*-
(defsystem :rpm
- :depends-on (:inferior-shell :lambda-reader :fare-utils)
+ :depends-on (:inferior-shell :lambda-reader :fare-utils :cl-ppcre)
:components
((:file "pkgdcl")
(:file "specials" :depends-on ("pkgdcl"))