aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-20 21:11:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-20 21:34:30 +0100
commit46bf1eb909a0975dfd6c69c3deea0f5e264db642 (patch)
tree7a24551372261f95f5fcc07fcacd0263dffeaa6d /sci-astronomy
parentkde-plasma/plasma-nm: Add missing RDEPENDs (diff)
downloadkde-46bf1eb909a0975dfd6c69c3deea0f5e264db642.tar.gz
kde-46bf1eb909a0975dfd6c69c3deea0f5e264db642.tar.bz2
kde-46bf1eb909a0975dfd6c69c3deea0f5e264db642.zip
sci-astronomy/kstars: Set BUILD_DOC cmakearg for USE handbook
Upstream commit 104c0ee0398ec05c9859e31ae7c1a7aea0009a54 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/kstars/kstars-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild
index 5f83cad39e..4e0ad3aa19 100644
--- a/sci-astronomy/kstars/kstars-9999.ebuild
+++ b/sci-astronomy/kstars/kstars-9999.ebuild
@@ -50,7 +50,10 @@ COMMON_DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
sys-libs/zlib
fits? ( sci-libs/cfitsio )
- indi? ( >=sci-libs/indilib-1.7.5 )
+ indi? (
+ >=sci-libs/indilib-1.7.5
+ sci-libs/libnova
+ )
password? ( dev-libs/qtkeychain:= )
raw? ( media-libs/libraw:= )
wcs? ( sci-astronomy/wcslib )
@@ -71,6 +74,7 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
-DFETCH_TRANSLATIONS=OFF
+ -DBUILD_DOC=$(usex handbook)
$(cmake_use_find_package fits CFitsio)
$(cmake_use_find_package indi INDI)
$(cmake_use_find_package password Qt5Keychain)