commit: ac28ce58b8a0d3458309d1ebf3bd63b5439994d0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 20:27:49 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 20:27:49 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac28ce58
kde-apps/umbrello: Add missing DEPEND
Upstream commit d2888aaad6bc64828bb6c4fa102d1b1e6b3dd5e7
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-apps/umbrello/umbrello-17.08.49.9999.ebuild | 7 +++++--
kde-apps/umbrello/umbrello-9999.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
b/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
index 264083f624..092f16073b 100644
--- a/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
+++ b/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
KEYWORDS=""
IUSE=""
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -41,7 +41,10 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
"
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kdelibs4support)
+"
+RDEPEND="${COMMON_DEPEND}"
src_configure() {
local mycmakeargs=(
diff --git a/kde-apps/umbrello/umbrello-9999.ebuild
b/kde-apps/umbrello/umbrello-9999.ebuild
index 264083f624..092f16073b 100644
--- a/kde-apps/umbrello/umbrello-9999.ebuild
+++ b/kde-apps/umbrello/umbrello-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
KEYWORDS=""
IUSE=""
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -41,7 +41,10 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
"
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kdelibs4support)
+"
+RDEPEND="${COMMON_DEPEND}"
src_configure() {
local mycmakeargs=(