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 CC2FF139694 for ; Mon, 10 Jul 2017 18:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67BA23403E; Mon, 10 Jul 2017 18:00:26 +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 AE62023403E for ; Mon, 10 Jul 2017 18:00:26 +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 6582C341815 for ; Mon, 10 Jul 2017 18:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50A17491 for ; Mon, 10 Jul 2017 18:00:23 +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: <1499709609.7d12dc0e64d8d5a2d619cc058de59b00e1e8e2c4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d12dc0e64d8d5a2d619cc058de59b00e1e8e2c4 X-VCS-Branch: master Date: Mon, 10 Jul 2017 18:00:23 +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: 96612517-7a4e-4527-942e-eae6026daa34 X-Archives-Hash: 84b50acd4b57dcd63b1004e9c21bfe5c commit: 7d12dc0e64d8d5a2d619cc058de59b00e1e8e2c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 10 17:51:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 10 18:00:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d12dc0e media-video/kaffeine: Add missing DEPEND Upstream commit 46e962d4c170641ee0030f6f3d2d46bf61c12a05 Package-Manager: Portage-2.3.6, Repoman-2.3.1 media-video/kaffeine/kaffeine-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index 77c7190f46..bfec86f8ed 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -21,6 +21,7 @@ CDEPEND=" $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_qt_dep qtdbus)