commit: 1b5ce8243d64d3d41c1b91d9ce065399eddee2b8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 17:38:11 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:51:36 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b5ce824
kde-apps/calendarsupport: Add missing DEPEND
Upstream commit ca2ae54eb4cbd41e9c478dfc5f541301c7a57c70
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild | 7 +++++--
kde-apps/calendarsupport/calendarsupport-9999.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
b/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
index 7aaf1b3a84..0eb3e73f66 100644
--- a/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-17.08.49.9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS=""
IUSE=""
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -40,6 +40,9 @@ DEPEND="
$(add_qt_dep qtwidgets)
dev-libs/libical
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
"
diff --git a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
index 7aaf1b3a84..0eb3e73f66 100644
--- a/kde-apps/calendarsupport/calendarsupport-9999.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS=""
IUSE=""
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -40,6 +40,9 @@ DEPEND="
$(add_qt_dep qtwidgets)
dev-libs/libical
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
"