trinity-functions-2.eclass: set-trinityver/need-trinity: No-op if called from live

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
pull/183/head
Andreas Sturmlechner 4 years ago
parent b8cbd39c0e
commit 39016ce22c

@ -19,6 +19,7 @@ TRINITY_LIVEVER="14.1.0"
# !!! unfinished
set-trinityver() {
debug-print-function ${FUNCNAME} "${@}"
[[ ${BUILD_TYPE} == live ]] && return
# Set install location:
# - The third party applications and libraries go into /usr, and have SLOT="0".
@ -118,6 +119,7 @@ trinity_prepand_path_component() {
# Sets the correct DEPEND and RDEPEND for the needed trinity < version >.
need-trinity() {
debug-print-function ${FUNCNAME} "${@}"
[[ ${BUILD_TYPE} == live ]] && return
local my_depend

Loading…
Cancel
Save