diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 20:12:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-19 14:08:06 +0100 |
commit | 608fd301fcfc4f1d804d948245e623ebfbf75d74 (patch) | |
tree | ee703137eebcd7b4160db0120e8673b02b13768d /media-libs | |
parent | app-admin/terraform: Drop old (diff) | |
download | gentoo-608fd301fcfc4f1d804d948245e623ebfbf75d74.tar.gz gentoo-608fd301fcfc4f1d804d948245e623ebfbf75d74.tar.bz2 gentoo-608fd301fcfc4f1d804d948245e623ebfbf75d74.zip |
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundio/libsoundio-2.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libsoundio/libsoundio-2.0.0.ebuild b/media-libs/libsoundio/libsoundio-2.0.0.ebuild index 33ece577af32..3ea88b323db1 100644 --- a/media-libs/libsoundio/libsoundio-2.0.0.ebuild +++ b/media-libs/libsoundio/libsoundio-2.0.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="C library for cross-platform real-time audio input and output" @@ -30,5 +31,5 @@ multilib_src_configure() { -DBUILD_EXAMPLE_PROGRAMS=$(multilib_native_usex examples) -DBUILD_TESTS=no ) - cmake-utils_src_configure + cmake_src_configure } |