diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:43:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:45:46 +0100 |
commit | 4a7495631b6bf30ba8fcd214e508b9f47efdf4ab (patch) | |
tree | d479a2a62f69b71db4d2024e0e37af8f3beb6d3b /media-sound/yarock | |
parent | app-crypt/pesign: Remove broken gcc-ar hack (diff) | |
download | gentoo-4a7495631b6bf30ba8fcd214e508b9f47efdf4ab.tar.gz gentoo-4a7495631b6bf30ba8fcd214e508b9f47efdf4ab.tar.bz2 gentoo-4a7495631b6bf30ba8fcd214e508b9f47efdf4ab.zip |
*/*: Switch my own packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/yarock')
-rw-r--r-- | media-sound/yarock/yarock-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/yarock/yarock-1.4.0.ebuild b/media-sound/yarock/yarock-1.4.0.ebuild index 7d9acc2b0a02..27284bd85984 100644 --- a/media-sound/yarock/yarock-1.4.0.ebuild +++ b/media-sound/yarock/yarock-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake MY_P="Yarock_${PV}_Sources" DESCRIPTION="Qt-based music player" @@ -49,5 +49,5 @@ src_configure() { -DENABLE_VLC=$(usex vlc) ) - cmake-utils_src_configure + cmake_src_configure } |