blob: f3659ae90ad064b6df45ee1175dd8c55885da152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 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.2 2007/08/21 09:43:51 opfer Exp $
DESCRIPTION="Virtual for JDK"
HOMEPAGE="http://java.sun.com/"
SRC_URI=""
LICENSE="as-is"
SLOT="1.6"
KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="=dev-java/sun-jdk-1.6.0*"
DEPEND=""
|