diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-08-28 17:20:25 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-08-28 17:20:25 +0000 |
commit | 0da5e58da33188bac4cc0d9a7266a1f2d0f9b735 (patch) | |
tree | dab42a2ed14cd57df6c7de2b417d254032098957 /dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild | |
parent | minor version update (diff) | |
download | gentoo-2-0da5e58da33188bac4cc0d9a7266a1f2d0f9b735.tar.gz gentoo-2-0da5e58da33188bac4cc0d9a7266a1f2d0f9b735.tar.bz2 gentoo-2-0da5e58da33188bac4cc0d9a7266a1f2d0f9b735.zip |
removed unnecessary sbcl dep
Diffstat (limited to 'dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild')
-rw-r--r-- | dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild b/dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild index 031ea39df6a7..a0a82f3760bf 100644 --- a/dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild +++ b/dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-db-sockets/cl-db-sockets-0.57.1.ebuild,v 1.2 2003/08/28 17:20:23 mkennedy Exp $ inherit common-lisp @@ -14,8 +14,7 @@ KEYWORDS="~x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp - dev-lisp/cl-rt - dev-lisp/sbcl" + dev-lisp/cl-rt" CLPACKAGE=db-sockets |