diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-25 15:24:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-25 15:26:48 +0200 |
commit | e7472efb66ce1047f3b1d098ee5908644c3f7f65 (patch) | |
tree | 48cd6248fd8c0a44b9045120fad1c729da435324 /sci-astronomy | |
parent | kde-frameworks/kio: Add new RDEPEND=sys-power/switcheroo-control (diff) | |
download | kde-e7472efb66ce1047f3b1d098ee5908644c3f7f65.tar.gz kde-e7472efb66ce1047f3b1d098ee5908644c3f7f65.tar.bz2 kde-e7472efb66ce1047f3b1d098ee5908644c3f7f65.zip |
sci-astronomy/kstars: Update dependencies, cmake args
Upstream commits:
a613b41fd5c09e43178249382eb6b4734d6a0e1e
8d8d1b2eca296478d7787bb85cbdc3985655d5f9
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 0a8b18c1cf..cd8728dd55 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -50,7 +50,7 @@ COMMON_DEPEND=" fits? ( sci-libs/cfitsio:= ) indi? ( sci-libs/gsl:= - >=sci-libs/indilib-1.9.1 + >=sci-libs/indilib-2.0.2 sci-libs/libnova:= >=sci-libs/stellarsolver-2.2 ) @@ -76,6 +76,7 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_LibXISF=ON # not packaged -DBUILD_DOC=$(usex handbook) $(cmake_use_find_package fits CFitsio) $(cmake_use_find_package indi INDI) |