blob: 0cb1fbdbe94c12ac9d0bf2fc6c2423f497c75fe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.6.0.ebuild,v 1.3 2007/06/25 20:08:04 angelos Exp $
DESCRIPTION="Virtual for JRE"
HOMEPAGE="http://java.sun.com/"
SRC_URI=""
LICENSE="as-is"
SLOT="1.6"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
=virtual/jdk-1.6.0*
=dev-java/sun-jre-bin-1.6.0*
)"
DEPEND=""
|