diff options
author | ormorph <roma251078@mail.ru> | 2023-12-27 00:26:24 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-12-27 00:26:24 +0300 |
commit | 946a17a081646ba5d39f67c978207aa187347945 (patch) | |
tree | f5f80a4cc4186d175eefb16a1458a641344a8f95 /eclass | |
parent | b27708cc9a6c76c4656922f32247aee61bdeb2ab (diff) | |
download | tde-packaging-gentoo-946a17a081646ba5d39f67c978207aa187347945.tar.gz tde-packaging-gentoo-946a17a081646ba5d39f67c978207aa187347945.zip |
Replacing the version in the TRINITY_LIVEVER variable
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-functions-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/trinity-functions-2.eclass b/eclass/trinity-functions-2.eclass index 8ccdb86a..1d709242 100644 --- a/eclass/trinity-functions-2.eclass +++ b/eclass/trinity-functions-2.eclass @@ -18,7 +18,7 @@ inherit multilib # @ECLASS_VARIABLE: TRINITY_LIVEVER # @DESCRIPTION: # Sets the version of the live assembly -TRINITY_LIVEVER="14.1.0" +TRINITY_LIVEVER="14.2.0" # @FUNCTION: set-trinityver # @USAGE: < version > |