From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F559139694 for ; Tue, 18 Jul 2017 20:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FF48E0C75; Tue, 18 Jul 2017 20:32:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60A21E0C75 for ; Tue, 18 Jul 2017 20:32:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 131FA341791 for ; Tue, 18 Jul 2017 20:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A69274B4 for ; Tue, 18 Jul 2017 20:32:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1500409669.ac28ce58b8a0d3458309d1ebf3bd63b5439994d0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-17.08.49.9999.ebuild kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ac28ce58b8a0d3458309d1ebf3bd63b5439994d0 X-VCS-Branch: master Date: Tue, 18 Jul 2017 20:32:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e804f6a8-459c-48f2-a7d9-0a33ed18883c X-Archives-Hash: be879f3deffd948306d4852ed4cdaf2f commit: ac28ce58b8a0d3458309d1ebf3bd63b5439994d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 18 20:27:49 2017 +0000 Commit: Andreas Sturmlechner gentoo 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=(