kde-apps/kstars: USE=indi requires USE=fits
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 20 Feb 2017 23:06:38 +0000 (00:06 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 20 Feb 2017 23:06:38 +0000 (00:06 +0100)
Gentoo-bug: 603146

Package-Manager: portage-2.3.3

kde-apps/kstars/kstars-16.08.3.ebuild

index f252af68e72807ca4aced07d01463953ae45f28a..215d690bf8c3c566403f721ad90850068662a5d8 100644 (file)
@@ -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)