mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 20:21:47 +02:00
jdk/jre: remove in Gentoo's favour
This commit is contained in:
parent
68706fe0cb
commit
6ad8e1056b
2 changed files with 0 additions and 26 deletions
|
|
@ -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(+)]
|
||||
)"
|
||||
|
|
@ -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(+)]
|
||||
)"
|
||||
Loading…
Reference in a new issue