summaryrefslogtreecommitdiff
blob: 179fcc7dda490a45c869d6d975af6a4a10a8e98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Virtual for Java Development Kit (JDK)"
SLOT="${PV}"
KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"

RDEPEND="
		dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
	"