mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user