From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-953326-garchives=archives.gentoo.org@lists.gentoo.org> 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 87079139694 for <garchives@archives.gentoo.org>; Sat, 3 Jun 2017 06:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50746E0C2F; Sat, 3 Jun 2017 06:30:58 +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 2C2FFE0C2F for <gentoo-commits@lists.gentoo.org>; Sat, 3 Jun 2017 06:30:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F0AAD34177E for <gentoo-commits@lists.gentoo.org>; Sat, 3 Jun 2017 06:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B27232494 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Jun 2017 06:30:55 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1496471441.404c5da309ec7157bb6c434a54aba4c124c66507.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kregexpeditor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kregexpeditor/kregexpeditor-9999.ebuild X-VCS-Directories: kde-misc/kregexpeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 404c5da309ec7157bb6c434a54aba4c124c66507 X-VCS-Branch: master Date: Sat, 3 Jun 2017 06:30:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 94e2e6a8-081e-4e7f-ae30-e4c2cf9a3985 X-Archives-Hash: a17e631b0b5569aa8b0369edace80c2d commit: 404c5da309ec7157bb6c434a54aba4c124c66507 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 3 06:30:41 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jun 3 06:30:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=404c5da3 kde-misc/kregexpeditor: Add missing DEPEND Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-misc/kregexpeditor/kregexpeditor-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/kregexpeditor/kregexpeditor-9999.ebuild b/kde-misc/kregexpeditor/kregexpeditor-9999.ebuild index 54ecbd2f3b..9275ffc571 100644 --- a/kde-misc/kregexpeditor/kregexpeditor-9999.ebuild +++ b/kde-misc/kregexpeditor/kregexpeditor-9999.ebuild @@ -15,6 +15,7 @@ RDEPEND=" $(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)