diff options
author | ormorph <roma251078@mail.ru> | 2021-06-07 16:46:36 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-06-07 21:59:19 +0300 |
commit | ddf733348883fa577bb76d951f7365c1e0cc0d1b (patch) | |
tree | 395e08c4b2f7ee30b2ba74b3ceff8255f177dff8 /eclass | |
parent | 253c286418d831706cd6aba05bdcf0f5e5283bad (diff) | |
download | tde-packaging-gentoo-ddf733348883fa577bb76d951f7365c1e0cc0d1b.tar.gz tde-packaging-gentoo-ddf733348883fa577bb76d951f7365c1e0cc0d1b.zip |
The trinity-cmake package has been added as a dependency.
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-base-2.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass index 6225fd6f..ebd529f2 100644 --- a/eclass/trinity-base-2.eclass +++ b/eclass/trinity-base-2.eclass @@ -197,6 +197,10 @@ if [[ ${BUILD_TYPE} == live ]]; then trinity-base|trinity-apps) [[ ${PN} != tdelibs ]] && [[ ${TRINITY_MODULE_TYPE} != "dependencies" ]] && COMMON_DEPEND+=" ~trinity-base/tdelibs-${PV}" + [[ ${PN} == "14.0.1"[1-9] ]] || [[ "${BUILD_TYPE}" == "live" ]] && + [[ ${TRINITY_MODULE_NAME} != "tde-common-cmake" ]] && + [[ ${TRINITY_BUILD_ADMIN} != "yes" ]] && + COMMON_DEPEND+=" ~trinity-base/trinity-cmake-${PV}" ;; *) ;; esac |