diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-21 04:29:22 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-21 04:29:22 +0000 |
commit | 54d4e649b31f4d3162bb348f686f527191e573af (patch) | |
tree | e057f2ab7af13eb582a9ea73a6383a6820a8037e /dev-lisp/cl-hunchentoot | |
parent | Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff) | |
download | gentoo-2-54d4e649b31f4d3162bb348f686f527191e573af.tar.gz gentoo-2-54d4e649b31f4d3162bb348f686f527191e573af.tar.bz2 gentoo-2-54d4e649b31f4d3162bb348f686f527191e573af.zip |
digest fix
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'dev-lisp/cl-hunchentoot')
-rw-r--r-- | dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild b/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild index bccdb8ccdd97..2ca5913655c3 100644 --- a/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild +++ b/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild,v 1.1 2006/11/21 04:23:25 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hunchentoot/cl-hunchentoot-0.4.10.ebuild,v 1.2 2006/11/21 04:29:22 mkennedy Exp $ inherit common-lisp @@ -10,6 +10,7 @@ SRC_URI="mirror://gentoo/hunchentoot_${PV}.orig.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" + DEPEND="dev-lisp/cl-md5 dev-lisp/cl-base64 dev-lisp/cl-rfc2388 |