diff options
author | ormorph <roma251078@mail.ru> | 2022-04-26 04:32:48 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-04-26 04:32:48 +0300 |
commit | 1c8d53512742aab368c0f7e9973604eaa54b43ba (patch) | |
tree | 0d8c42f0ca1035821c47879c9b9e038a58c6b4cf /trinity-base/tdm/tdm-9999.ebuild | |
parent | f0da2936f4139036c23a58e33f3a2b133a2b13af (diff) | |
download | tde-packaging-gentoo-1c8d53512742aab368c0f7e9973604eaa54b43ba.tar.gz tde-packaging-gentoo-1c8d53512742aab368c0f7e9973604eaa54b43ba.zip |
Changing live ebuilds to eapi8 and changing cmake-utils to cmake
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdm/tdm-9999.ebuild')
-rw-r--r-- | trinity-base/tdm/tdm-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trinity-base/tdm/tdm-9999.ebuild b/trinity-base/tdm/tdm-9999.ebuild index 7cf80b75..b19dc21f 100644 --- a/trinity-base/tdm/tdm-9999.ebuild +++ b/trinity-base/tdm/tdm-9999.ebuild @@ -2,7 +2,7 @@ # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" TRINITY_MODULE_NAME="tdebase" TRINITY_MODULE_TYPE="core" @@ -52,7 +52,7 @@ src_configure() { } src_install() { - cmake-utils_src_install + cmake_src_install # Customize the tdmrc configuration sed -i -e "s:#SessionsDirs=:SessionsDirs=/usr/share/xsessions\n#SessionsDirs=:" \ |