commit:     9b87f353e6fd61c2450e121849bb81e1ccd86c70
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:14:52 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 18:15:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b87f353

kde-apps/kdeedu-data: add missing dependency

KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.28

 kde-apps/kdeedu-data/kdeedu-data-16.04.49.9999.ebuild | 5 ++++-
 kde-apps/kdeedu-data/kdeedu-data-9999.ebuild          | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdeedu-data/kdeedu-data-16.04.49.9999.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-16.04.49.9999.ebuild
index 0f1131f..3df4a9a 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-16.04.49.9999.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-16.04.49.9999.ebuild
@@ -11,5 +11,8 @@ DESCRIPTION="Shared icons, artwork and data files for 
educational applications"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+       $(add_frameworks_dep extra-cmake-modules)
+       $(add_qt_dep qtcore)
+"
 RDEPEND=""

diff --git a/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild
index 0f1131f..3df4a9a 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild
@@ -11,5 +11,8 @@ DESCRIPTION="Shared icons, artwork and data files for 
educational applications"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+       $(add_frameworks_dep extra-cmake-modules)
+       $(add_qt_dep qtcore)
+"
 RDEPEND=""

Reply via email to