diff options
author | ormorph <[email protected]> | 2022-04-26 04:32:48 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2022-04-26 04:32:48 +0300 |
commit | 1c8d53512742aab368c0f7e9973604eaa54b43ba (patch) | |
tree | 0d8c42f0ca1035821c47879c9b9e038a58c6b4cf /trinity-base/kapptemplate/kapptemplate-14.0.11.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 <[email protected]>
Diffstat (limited to 'trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild')
-rw-r--r-- | trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild index 4626fbf3..62f98337 100644 --- a/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild +++ b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild @@ -27,5 +27,5 @@ RDEPEND="${DEPEND}" src_prepare() { trinity-admin-prepare - cmake-utils_src_prepare + cmake_src_prepare } |