From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02720138334 for ; Wed, 20 Nov 2019 20:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E941E0848; Wed, 20 Nov 2019 20:34:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E97DFE0848 for ; Wed, 20 Nov 2019 20:34:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B83534D15A for ; Wed, 20 Nov 2019 20:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8FC78B8 for ; Wed, 20 Nov 2019 20:34:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574282070.46bf1eb909a0975dfd6c69c3deea0f5e264db642.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: sci-astronomy/kstars/kstars-9999.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46bf1eb909a0975dfd6c69c3deea0f5e264db642 X-VCS-Branch: master Date: Wed, 20 Nov 2019 20:34:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc905c92-ac73-4268-a305-d5d69235d3f4 X-Archives-Hash: db473d874c0690073c21ee4784cdb427 commit: 46bf1eb909a0975dfd6c69c3deea0f5e264db642 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 20:11:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 20:34:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46bf1eb9 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 gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)