jdk/jre: remove in Gentoo's favour

This commit is contained in:
blshkv 2020-09-22 10:34:34 +08:00
parent 68706fe0cb
commit 6ad8e1056b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 0 additions and 26 deletions

View file

@ -1,13 +0,0 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Java Development Kit (JDK)"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64"
RDEPEND="|| (
dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
dev-java/openjdk:${SLOT}[gentoo-vm(+)]
)"

View file

@ -1,13 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64"
RDEPEND="|| (
virtual/jdk:${SLOT}
dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
)"