summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-07-11 02:01:45 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-07-11 02:01:45 +0000
commit5affe94d8e3b398cce40d741c92e23e1bc971897 (patch)
tree8b4a16e4bdee08c85e405de8b2584c890b10eee5 /dev-lisp/cl-s-xml
parentnet-misc/dropbear:multicall (diff)
downloadhistorical-5affe94d8e3b398cce40d741c92e23e1bc971897.tar.gz
historical-5affe94d8e3b398cce40d741c92e23e1bc971897.tar.bz2
historical-5affe94d8e3b398cce40d741c92e23e1bc971897.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-s-xml')
-rw-r--r--dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild b/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild
index 4228f2be9721..aeb3b2dc4c07 100644
--- a/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild
+++ b/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild,v 1.1 2004/07/10 19:56:21 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild,v 1.2 2004/07/11 02:01:45 mkennedy Exp $
inherit common-lisp
@@ -10,7 +10,7 @@ SRC_URI="mirrors://gentoo/s-xml-20040709.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="dev-lisp/cl-s-xml"
+DEPEND="dev-lisp/common-lisp-controller"
S=${WORKDIR}/${PN#cl-}
@@ -24,5 +24,4 @@ src_install() {
common-lisp-system-symlink
dosym /usr/share/common-lisp/source/s-xml/s-xml.asd \
/usr/share/common-lisp/systems/
- dodoc ChangeLog
}