diff options
author | ormorph <[email protected]> | 2022-04-25 22:32:08 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2022-04-25 22:40:41 +0300 |
commit | f0da2936f4139036c23a58e33f3a2b133a2b13af (patch) | |
tree | 638bdd212a329934bee9142107f41d5baa970732 /eclass/trinity-meta-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 <[email protected]>
Diffstat (limited to 'eclass/trinity-meta-2.eclass')
-rw-r--r-- | eclass/trinity-meta-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/trinity-meta-2.eclass b/eclass/trinity-meta-2.eclass index 553630ec..4977f511 100644 --- a/eclass/trinity-meta-2.eclass +++ b/eclass/trinity-meta-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: fat-zer # Ported to git-r3 eclass and EAPI7 by E. Liddell +# Ported to cmake eclass and EAPI8 by ormorh # Purpose: Make it easy to install Trinity ebuilds. # |