summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-30 19:13:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-31 15:30:50 +0100
commit9587e4463685465b87d12026397e84586a109838 (patch)
tree34a109347eb6bfb6eda3c8e9e1768ff449e356bc /media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild
parentapp-dicts/myspell-nl: sparc stable wrt bug #704350 (diff)
downloadgentoo-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/gogglesmm-1.2.1-r1.ebuild')
-rw-r--r--media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild4
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
}