summaryrefslogtreecommitdiff
path: root/extra/sbcl
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-08 10:35:19 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-08 10:35:19 -0300
commitea01feef306a10e744d48bae39c902b79a8bca91 (patch)
tree6dc40cf4241998846448df20a23e818d659e4a76 /extra/sbcl
parentdec82423b45179c362a4727cc3d63fb2349af369 (diff)
Removed provides=zlib
Diffstat (limited to 'extra/sbcl')
-rw-r--r--extra/sbcl/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD
index f37109401..641dba58f 100644
--- a/extra/sbcl/PKGBUILD
+++ b/extra/sbcl/PKGBUILD
@@ -12,7 +12,7 @@ url="http://www.sbcl.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('custom')
depends=('glibc')
-provides=('common-lisp' 'cl-asdf' 'zlib')
+provides=('common-lisp' 'cl-asdf') # 'zlib') this is really annoying for tools like toru
makedepends=('sbcl' 'texinfo')
[ "$CARCH" = "mips64el" ] && \
makedepends=('clisp' 'texinfo')