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 BF7B3139694 for ; Wed, 31 May 2017 18:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE363E0BE2; Wed, 31 May 2017 18:23:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8644BE0BE2 for ; Wed, 31 May 2017 18:23:21 +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 D8093341742 for ; Wed, 31 May 2017 18:23:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508DA745E for ; Wed, 31 May 2017 18:23:18 +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: <1496254987.04b9d46b08c7f9451bb80a4d069ad2a76145c225.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.04.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: 04b9d46b08c7f9451bb80a4d069ad2a76145c225 X-VCS-Branch: master Date: Wed, 31 May 2017 18:23:18 +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: bdb57991-8072-490d-bfd9-bff800106e31 X-Archives-Hash: bae89a9661970e50b35ef6e5bd15d00b commit: 04b9d46b08c7f9451bb80a4d069ad2a76145c225 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 31 18:23:07 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 18:23:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=04b9d46b kde-apps/umbrello: Add missing DEPEND Upstream commit badcf99a56f2e2d06b0ac64f98b6f1b0624b0cc9 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/umbrello/umbrello-17.04.49.9999.ebuild | 1 + kde-apps/umbrello/umbrello-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild b/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild index 885c0a44da..264083f624 100644 --- a/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild +++ b/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild @@ -22,6 +22,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild index 885c0a44da..264083f624 100644 --- a/kde-apps/umbrello/umbrello-9999.ebuild +++ b/kde-apps/umbrello/umbrello-9999.ebuild @@ -22,6 +22,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)