diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 00:16:14 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 00:16:14 +0000 |
commit | 094bb4124e6d74f5a14e072c6e799af13daf22f1 (patch) | |
tree | 992b099b8bf73759cbc67fabf4479236c7015340 /dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-094bb4124e6d74f5a14e072c6e799af13daf22f1.tar.gz gentoo-2-094bb4124e6d74f5a14e072c6e799af13daf22f1.tar.bz2 gentoo-2-094bb4124e6d74f5a14e072c6e799af13daf22f1.zip |
(Portage version: 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-} |