media-tv/kodi: Search for Java on the build system

Java is not a runtime dependency, so don't look for it in ROOT.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2026-03-17 23:14:56 +00:00
parent 9d5ab4c806
commit a980de3885
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -283,7 +283,7 @@ Please consider enabling IP_MULTICAST under Networking options.
pkg_setup() {
check_extra_config
java-pkg-2_pkg_setup
ROOT= java-pkg-2_pkg_setup
python-single-r1_pkg_setup
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -279,7 +279,7 @@ Please consider enabling IP_MULTICAST under Networking options.
pkg_setup() {
check_extra_config
java-pkg-2_pkg_setup
ROOT= java-pkg-2_pkg_setup
python-single-r1_pkg_setup
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -280,7 +280,7 @@ Please consider enabling IP_MULTICAST under Networking options.
pkg_setup() {
check_extra_config
java-pkg-2_pkg_setup
ROOT= java-pkg-2_pkg_setup
python-single-r1_pkg_setup
}