diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-24 00:27:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 15:37:25 +0100 |
commit | 0fce98f8426d4103340b14f22001be312a0a1b16 (patch) | |
tree | 76f860616669a3159cf9119403d92c7992a44de0 /x11-misc/qtfm | |
parent | */*: Switch proaudio proj packages to cmake.eclass (diff) | |
download | gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.tar.gz gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.tar.bz2 gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.zip |
*/*: Switch qt proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/qtfm')
-rw-r--r-- | x11-misc/qtfm/qtfm-99999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/qtfm/qtfm-99999.ebuild b/x11-misc/qtfm/qtfm-99999.ebuild index 61cdeb65e860..5d0ee8acd421 100644 --- a/x11-misc/qtfm/qtfm-99999.ebuild +++ b/x11-misc/qtfm/qtfm-99999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 xdg-utils cmake-utils +inherit git-r3 xdg-utils cmake DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt" HOMEPAGE="https://qtfm.eu/" @@ -39,7 +39,7 @@ src_configure() { -DENABLE_FFMPEG="$(usex ffmpeg)" -DENABLE_MAGICK="$(usex imagemagick)" ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { |