summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-21 00:06:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-21 00:06:38 +0100
commit35b0e5b7a7c17d5205c9d472a4a6b190b0858032 (patch)
treea26d8093f0d88e7476aff886bf02233c27fed2a6 /kde-apps/kstars
parentapp-text/agrep: EAPI 6 bump. (diff)
downloadgentoo-35b0e5b7a7c17d5205c9d472a4a6b190b0858032.tar.gz
gentoo-35b0e5b7a7c17d5205c9d472a4a6b190b0858032.tar.bz2
gentoo-35b0e5b7a7c17d5205c9d472a4a6b190b0858032.zip
kde-apps/kstars: USE=indi requires USE=fits
Gentoo-bug: 603146 Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-apps/kstars')
-rw-r--r--kde-apps/kstars/kstars-16.08.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-apps/kstars/kstars-16.08.3.ebuild b/kde-apps/kstars/kstars-16.08.3.ebuild
index f252af68e728..215d690bf8c3 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)