From d9f4a130a265a2ebc9ba3024150f30e37ce5484a Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Sat, 9 May 2026 01:52:29 +0300
Subject: trinity-functions-2.eclass: remove no-op for live packages

This reverts 39016ce22. I see no use in disabling the functions for live
packages.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 eclass/trinity-functions-2.eclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/eclass/trinity-functions-2.eclass b/eclass/trinity-functions-2.eclass
index d669f04e..61491330 100644
--- a/eclass/trinity-functions-2.eclass
+++ b/eclass/trinity-functions-2.eclass
@@ -47,7 +47,6 @@ TRINITY_LIVEVER="14.2.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".
@@ -147,7 +146,6 @@ 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
 
-- 
cgit v1.2.3

