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 /app-emulation/q4wine | |
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 'app-emulation/q4wine')
-rw-r--r-- | app-emulation/q4wine/q4wine-1.3.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/q4wine/q4wine-1.3.11.ebuild b/app-emulation/q4wine/q4wine-1.3.11.ebuild index d7e68124ce8b..4604dd003e7c 100644 --- a/app-emulation/q4wine/q4wine-1.3.11.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg cmake-utils +inherit xdg cmake # Upstream names the package PV-rX. We change that to # PV_pX so we can use portage revisions. @@ -54,5 +54,5 @@ src_configure() { -DUSE_GZIP=OFF -DWITH_DBUS=$(usex dbus ON OFF) ) - cmake-utils_src_configure + cmake_src_configure } |