blob: ebb6d9903675f63907ffc38ae08764101d4c8d62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
SLOT="1.8"
KEYWORDS="amd64"
RDEPEND="
virtual/jdk:1.8
dev-java/openjdk-jre-bin:8[gentoo-vm(+)]"
|