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 B7ED0139694 for ; Mon, 20 Feb 2017 23:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4D30E0CB7; Mon, 20 Feb 2017 23:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0BC9E0CB7 for ; Mon, 20 Feb 2017 23:08:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B8C340988 for ; Mon, 20 Feb 2017 23:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE814EE0 for ; Mon, 20 Feb 2017 23:08:51 +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: <1487631998.35b0e5b7a7c17d5205c9d472a4a6b190b0858032.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kstars/kstars-16.08.3.ebuild X-VCS-Directories: kde-apps/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35b0e5b7a7c17d5205c9d472a4a6b190b0858032 X-VCS-Branch: master Date: Mon, 20 Feb 2017 23:08:51 +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-Archives-Salt: 83753525-c06f-4970-ad7e-6c8753679441 X-Archives-Hash: accfd3b9ab83cbe3575a39e2c400b612 commit: 35b0e5b7a7c17d5205c9d472a4a6b190b0858032 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 20 23:06:38 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 20 23:06:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b0e5b7 kde-apps/kstars: USE=indi requires USE=fits Gentoo-bug: 603146 Package-Manager: portage-2.3.3 kde-apps/kstars/kstars-16.08.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/kstars/kstars-16.08.3.ebuild b/kde-apps/kstars/kstars-16.08.3.ebuild index f252af68e7..215d690bf8 100644 --- a/kde-apps/kstars/kstars-16.08.3.ebuild +++ b/kde-apps/kstars/kstars-16.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,6 +54,8 @@ RDEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} " +REQUIRED_USE="indi? ( fits )" + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package fits CFitsio)