diff options
author | ormorph <roma251078@mail.ru> | 2022-07-31 12:46:09 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-07-31 12:46:09 +0200 |
commit | ae313c93bef118ad0c5c13e9472cef082fb150d9 (patch) | |
tree | f594d07162e94d8a8f34928e327b6b6f9f33aaab /eclass | |
parent | 0ddc795162bd10833739f3a22b94cc600b21e263 (diff) | |
download | tde-packaging-gentoo-ae313c93bef118ad0c5c13e9472cef082fb150d9.tar.gz tde-packaging-gentoo-ae313c93bef118ad0c5c13e9472cef082fb150d9.zip |
Removing obsolete conditions from eclass
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-base-2.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass index a776fd73..8dafe84c 100644 --- a/eclass/trinity-base-2.eclass +++ b/eclass/trinity-base-2.eclass @@ -213,12 +213,11 @@ elif [[ ${CATEGORY} = "trinity-apps" ]]; then fi # Common dependencies -[[ ${PV} == "14.0.1"[1-9] ]] || [[ "${BUILD_TYPE}" == "live" ]] && -[[ ${PN} != "trinity-cmake" ]] && +[[ ${PN} != "trinity-cmake" ]] && [[ ${TRINITY_BUILD_ADMIN} != "yes" ]] && BDEPEND+=" ~trinity-base/trinity-cmake-${PV}" -if [[ -n "${TRINITY_EXTRAGEAR_PACKAGING}" ]]; then +if [[ -n "${TRINITY_EXTRAGEAR_PACKAGING}" ]]; then # @ECLASS-VARIABLE: TEG_PO_DIR # @DESCRIPTION: # Change the translation directory for extragear packages. The default is ${S}/po |