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 /media-gfx/nomacs | |
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 'media-gfx/nomacs')
-rw-r--r-- | media-gfx/nomacs/nomacs-3.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/nomacs/nomacs-3.12.ebuild b/media-gfx/nomacs/nomacs-3.12.ebuild index 17e8151bfcf1..a527bc46b3e8 100644 --- a/media-gfx/nomacs/nomacs-3.12.ebuild +++ b/media-gfx/nomacs/nomacs-3.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Qt-based image viewer" HOMEPAGE="https://nomacs.org/" @@ -57,7 +57,7 @@ src_configure() { -DENABLE_TIFF=$(usex tiff) -DENABLE_QUAZIP=$(usex zip) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { |