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 9548E138334 for ; Sat, 12 Jan 2019 13:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58228E09CA; Sat, 12 Jan 2019 13:40:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2F4DFE09A5 for ; Sat, 12 Jan 2019 13:40:19 +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 2CEB9335CF5 for ; Sat, 12 Jan 2019 13:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C27511 for ; Sat, 12 Jan 2019 13:40:13 +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: <1547300014.e32cf06780bbed201c36de88f261e1edc170472d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/audex/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/audex/audex-9999.ebuild X-VCS-Directories: media-sound/audex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e32cf06780bbed201c36de88f261e1edc170472d X-VCS-Branch: master Date: Sat, 12 Jan 2019 13:40:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0c6247e-e304-45a3-a81f-ad7f1913a774 X-Archives-Hash: bfcf74f64c23cfffd53b3d4fedfb5243 commit: e32cf06780bbed201c36de88f261e1edc170472d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 12 13:33:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 12 13:33:34 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e32cf067 media-sound/audex: Add new DEPEND Upstream commit 9bb62f34878ede3104802709c154b7b244925970 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/audex/audex-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/audex/audex-9999.ebuild b/media-sound/audex/audex-9999.ebuild index d776654e1a..fc6580e772 100644 --- a/media-sound/audex/audex-9999.ebuild +++ b/media-sound/audex/audex-9999.ebuild @@ -19,6 +19,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)