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 /dev-tqt/tqt | |
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 'dev-tqt/tqt')
-rw-r--r-- | dev-tqt/tqt/tqt-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tqt/tqt/tqt-9999.ebuild b/dev-tqt/tqt/tqt-9999.ebuild index 964fb8e3..458acd7a 100644 --- a/dev-tqt/tqt/tqt-9999.ebuild +++ b/dev-tqt/tqt/tqt-9999.ebuild @@ -2,11 +2,11 @@ # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" SRCTYPE="free" # TODO: what is it doing? TQTBASE="/usr/tqt3" # TODO: no eclass var, get rid of prefixing -inherit eutils toolchain-funcs +inherit toolchain-funcs if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3" |