summaryrefslogtreecommitdiff
blob: 50690ab78c6b1e236d5285496f09524bb4ed3dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.5.0.ebuild,v 1.1 2006/07/08 15:16:38 nelchael Exp $

DESCRIPTION="Virtual for JRE"
HOMEPAGE="http://java.sun.com/"
SRC_URI=""

LICENSE="as-is"
SLOT="1.5"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~x86"
IUSE=""

DEPEND="|| (
		=dev-java/sun-jre-bin-1.5.0*
		=virtual/jdk-1.5.0*
	)"
RDEPEND="${DEPEND}"