commit: 35b0e5b7a7c17d5205c9d472a4a6b190b0858032
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 23:06:38 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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)