diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-21 12:09:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:03:42 +0100 |
commit | ce86df7eb9cdd27b8da28b84541ed0894fac4b53 (patch) | |
tree | 3924362d6b5210d43d0502e02ac8f34b776b09c9 /sci-libs/indilib | |
parent | kde5.eclass: Switch to cmake.eclass (diff) | |
download | gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.gz gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.bz2 gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.zip |
*/*: Switch kde proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/indilib')
-rw-r--r-- | sci-libs/indilib/indilib-1.8.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/indilib/indilib-1.8.2-r1.ebuild b/sci-libs/indilib/indilib-1.8.2-r1.ebuild index d36b86d8d0f5..f87a13da483e 100644 --- a/sci-libs/indilib/indilib-1.8.2-r1.ebuild +++ b/sci-libs/indilib/indilib-1.8.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils udev +inherit cmake udev DESCRIPTION="INDI Astronomical Control Protocol library" HOMEPAGE="https://www.indilib.org/" @@ -44,13 +44,13 @@ src_configure() { -DINDI_BUILD_QT5_CLIENT=OFF -DINDI_BUILD_UNITTESTS=$(usex test) -DUDEVRULES_INSTALL_DIR="$(get_udevdir)" - $(cmake-utils_use_find_package ogg OggTheora) + $(cmake_use_find_package ogg OggTheora) -DINDI_BUILD_WEBSOCKET=$(usex websocket) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { - BUILD_DIR="${BUILD_DIR}"/test cmake-utils_src_test + BUILD_DIR="${BUILD_DIR}"/test cmake_src_test } |