commit: 2608fa6c83a88ca7ea3602399cd8046da5151ae8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 22:41:50 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 23:04:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2608fa6c
kde-apps/kstars: Fix DEPENDs
Upstream commit dc3920013a2e7c217397837ea02ef67e8231c18d
Thanks-to: Arfrever
Package-Manager: portage-2.3.3
kde-apps/kstars/kstars-9999.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/kde-apps/kstars/kstars-9999.ebuild
b/kde-apps/kstars/kstars-9999.ebuild
index 54750a8..51e03e8 100644
--- a/kde-apps/kstars/kstars-9999.ebuild
+++ b/kde-apps/kstars/kstars-9999.ebuild
@@ -20,9 +20,10 @@ COMMON_DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kplotting)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
@@ -36,10 +37,7 @@ COMMON_DEPEND="
$(add_qt_dep qtxml)
sys-libs/zlib
fits? ( sci-libs/cfitsio )
- indi? (
- $(add_frameworks_dep knotifications)
- >=sci-libs/indilib-1.3.1
- )
+ indi? ( >=sci-libs/indilib-1.3.1 )
raw? ( media-libs/libraw )
wcs? ( sci-astronomy/wcslib )
xplanet? ( x11-misc/xplanet )