From f6fc182782975f91274c2645fff593488ed4a9d3 Mon Sep 17 00:00:00 2001 From: Javier Olaechea Date: Fri, 15 Jan 2016 09:20:57 -0500 Subject: [PATCH] postgresql-socket3: Use asdf3 feature-expressions --- clsql-postgresql-socket3.asd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/clsql-postgresql-socket3.asd b/clsql-postgresql-socket3.asd index 4f4bd25..cd6a6d8 100644 --- a/clsql-postgresql-socket3.asd +++ b/clsql-postgresql-socket3.asd @@ -29,10 +29,13 @@ :description "Common Lisp SQL PostgreSQL Socket Driver" :long-description "cl-sql-postgresql-socket package provides a database driver to the PostgreSQL database via a socket interface." - :depends-on (clsql md5 :cl-postgres #+sbcl sb-bsd-sockets) + :depends-on (clsql + md5 + :cl-postgres + (:feature sbcl sb-bsd-sockets)) :components ((:module :db-postgresql-socket3 :serial T :components ((:file "package") - (:file "api") - (:file "sql"))))) + (:file "api") + (:file "sql"))))) -- 2.34.1