diff options
author | ormorph <roma251078@mail.ru> | 2022-04-25 22:32:08 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-04-25 22:40:41 +0300 |
commit | f0da2936f4139036c23a58e33f3a2b133a2b13af (patch) | |
tree | 638bdd212a329934bee9142107f41d5baa970732 /eclass/trinity-functions-2.eclass | |
parent | 4649aa4f7c41066aaab807f1961589aa1e3b66d1 (diff) | |
download | tde-packaging-gentoo-f0da2936f4139036c23a58e33f3a2b133a2b13af.tar.gz tde-packaging-gentoo-f0da2936f4139036c23a58e33f3a2b133a2b13af.zip |
Changed from cmake-utils to cmake and added support for eapi8 to eclass
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'eclass/trinity-functions-2.eclass')
-rw-r--r-- | eclass/trinity-functions-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/trinity-functions-2.eclass b/eclass/trinity-functions-2.eclass index c9e2f6d5..d3b65fa0 100644 --- a/eclass/trinity-functions-2.eclass +++ b/eclass/trinity-functions-2.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 2020-2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # # Original Author: Alexander Golubev (Fat-Zer) # Ported to git-r3 eclass and EAPI7 by E. Liddell +# Ported to cmake eclass and EAPI8 by ormorh # Purpose: Basic Trinity eclass functions and variables # |