diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:13:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 15:30:50 +0100 |
commit | 9587e4463685465b87d12026397e84586a109838 (patch) | |
tree | 34a109347eb6bfb6eda3c8e9e1768ff449e356bc /media-sound/gogglesmm | |
parent | app-dicts/myspell-nl: sparc stable wrt bug #704350 (diff) | |
download | gentoo-9587e4463685465b87d12026397e84586a109838.tar.gz gentoo-9587e4463685465b87d12026397e84586a109838.tar.bz2 gentoo-9587e4463685465b87d12026397e84586a109838.zip |
*/*: Switch sound proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/gogglesmm')
-rw-r--r-- | media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild b/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild index 8184eff54ffc..de8b8d6c52df 100644 --- a/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild +++ b/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Fast and light music player" HOMEPAGE="https://gogglesmm.github.io" @@ -41,5 +41,5 @@ src_configure() { -DWITH_NLS="$(usex nls)" -DWITH_CFOX=OFF ) - cmake-utils_src_configure + cmake_src_configure } |