diff options
author | 2005-04-17 00:21:26 +0000 | |
---|---|---|
committer | 2005-04-17 00:21:26 +0000 | |
commit | e11b4c4b4f3fe9b79500abc6c5cb9ed8ff7e6b14 (patch) | |
tree | 9c4358a23958a1233a9c15e7aa33b16f8765edf3 /dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild | |
parent | New release, new bugs? (diff) | |
download | historical-e11b4c4b4f3fe9b79500abc6c5cb9ed8ff7e6b14.tar.gz historical-e11b4c4b4f3fe9b79500abc6c5cb9ed8ff7e6b14.tar.bz2 historical-e11b4c4b4f3fe9b79500abc6c5cb9ed8ff7e6b14.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild')
-rw-r--r-- | dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild b/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild index aab09e3ad84d..c71a7e0cc242 100644 --- a/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild +++ b/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-20050202.ebuild,v 1.2 2005/04/11 08:09:49 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild,v 1.3 2005/04/17 00:15:56 mkennedy Exp $ inherit common-lisp @@ -9,9 +9,10 @@ HOMEPAGE="http://www.common-lisp.net/project/s-xml/" SRC_URI="mirrors://gentoo/s-xml-20040709.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -DEPEND="dev-lisp/common-lisp-controller" +DEPEND="virtual/commonlisp + dev-lisp/common-lisp-controller" S=${WORKDIR}/${PN#cl-} |