aboutsummaryrefslogtreecommitdiff
blob: 0b9829b131e3f69bf8ac09d6b52e46aed9eb889e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.1 2006/12/13 23:03:03 caster Exp $

DESCRIPTION="Virtual for Common Lisp"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="|| ( 
		dev-lisp/clisp
		dev-lisp/cmucl
		dev-lisp/ecls
		dev-lisp/gcl
		dev-lisp/openmcl
		dev-lisp/sbcl
	)"
DEPEND=""