From 67a9ff429eb54359f8fb2abb8eb18ec34e422448 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lu=C3=ADs=20Oliveira?= Date: Sat, 12 Mar 2016 13:37:14 +0000 Subject: [PATCH] cffi-toolchain: depend on cffi --- cffi-toolchain.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cffi-toolchain.asd b/cffi-toolchain.asd index f6107bf..9641061 100644 --- a/cffi-toolchain.asd +++ b/cffi-toolchain.asd @@ -31,7 +31,7 @@ :description "The CFFI toolchain" :long-description "Portable abstractions for using the C compiler, linker, etc." :author "Francois-Rene Rideau " - :depends-on ((:version "asdf" "3.1.2")) + :depends-on ((:version "asdf" "3.1.2") "cffi") :licence "MIT" :components ((:module "toolchain" -- 2.11.4.GIT