blob: b90af994083e6940b2aa2bf5e3310166d02fcc1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.7.0.ebuild,v 1.4 2011/11/11 10:54:24 caster Exp $
DESCRIPTION="Virtual for JDK"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="1.7"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="|| (
=dev-java/icedtea-bin-7*
=dev-java/icedtea-7*
=dev-java/oracle-jdk-bin-1.7.0*
)"
DEPEND=""
|