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 43E2E139694 for ; Wed, 1 Mar 2017 23:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE02E0CA3; Wed, 1 Mar 2017 23:42:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2CFE2E0CA3 for ; Wed, 1 Mar 2017 23:42:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1EC23416CD for ; Wed, 1 Mar 2017 23:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959B5592A for ; Wed, 1 Mar 2017 23:42:33 +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: <1488411716.95bf5bbabebad1d168b15d36ccb29f6bc142c358.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95bf5bbabebad1d168b15d36ccb29f6bc142c358 X-VCS-Branch: master Date: Wed, 1 Mar 2017 23:42:33 +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: f9acb5e4-51c1-49e0-a319-18dbddce35b8 X-Archives-Hash: 087df6c90af6a1acff8bd2d6c2bcf502 commit: 95bf5bbabebad1d168b15d36ccb29f6bc142c358 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 1 23:41:56 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 1 23:41:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=95bf5bba media-sound/elisa: Add missing DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/elisa/elisa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 981612b77d..46a178e80c 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -21,6 +21,7 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kdeclarative) $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n)