mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
Bug: https://bugs.gentoo.org/981796 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1733 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
15 lines
323 B
Bash
15 lines
323 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Virtual for Java Development Kit (JDK)"
|
|
SLOT="${PV}"
|
|
KEYWORDS="~amd64"
|
|
IUSE="headless-awt"
|
|
|
|
RDEPEND="|| (
|
|
dev-java/openjdk-bin:${SLOT}[headless-awt=]
|
|
dev-java/openjdk:${SLOT}[headless-awt=]
|
|
)"
|