diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-21 20:44:11 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-21 20:44:11 +0200 |
| commit | fa0d7d97a7b45c0a39f43294fe541675bfb35799 (patch) | |
| tree | a59d71c53a29b9a261d231283616c988f034b591 /sci-astronomy | |
| parent | 106a6c884b047392b5e2f3beaf9c3232c7cfe13f (diff) | |
| download | kde-fa0d7d97a7b45c0a39f43294fe541675bfb35799.tar.gz kde-fa0d7d97a7b45c0a39f43294fe541675bfb35799.tar.bz2 kde-fa0d7d97a7b45c0a39f43294fe541675bfb35799.zip | |
sci-astronomy/kstars: Also tick the Nova cmake box with IUSE="indi"
Upstream commit db21d04410e9cdd1585d7c879822e1f68d611ff4
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
| -rw-r--r-- | sci-astronomy/kstars/kstars-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 027a65724d5..3c1a48fa23e 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -79,6 +79,7 @@ src_configure() { -DBUILD_DOC=$(usex handbook) $(cmake_use_find_package fits CFitsio) $(cmake_use_find_package indi INDI) + $(cmake_use_find_package indi Nova) $(cmake_use_find_package password Qt5Keychain) $(cmake_use_find_package raw LibRaw) $(cmake_use_find_package wcs WCSLIB) @@ -87,7 +88,7 @@ src_configure() { ecm_src_configure } -pkg_postinst () { +pkg_postinst() { ecm_pkg_postinst if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet" ; then |
