summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild')
-rw-r--r--lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
index 836a13a4c295..a707d4d44b98 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="LXQt quick launcher"
HOMEPAGE="https://lxqt.org/"
@@ -43,6 +43,6 @@ RDEPEND="${DEPEND}
"
src_install(){
- cmake-utils_src_install
+ cmake_src_install
doman man/*.1
}