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-libs | |
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-libs')
-rw-r--r-- | media-libs/openicc/openicc-0.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/openicc/openicc-0.1.0.ebuild b/media-libs/openicc/openicc-0.1.0.ebuild index a3bda95e3ab8..e6f43adc3073 100644 --- a/media-libs/openicc/openicc-0.1.0.ebuild +++ b/media-libs/openicc/openicc-0.1.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="Config database to store, share and manipulate colour management informations" @@ -43,5 +44,5 @@ multilib_src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON) ) - cmake-utils_src_configure + cmake_src_configure } |