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 A1112139085 for ; Sun, 5 Feb 2017 13:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F8621C028; Sun, 5 Feb 2017 13:17:53 +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 772AF21C028 for ; Sun, 5 Feb 2017 13:17:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 39A393414D6 for ; Sun, 5 Feb 2017 13:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E7C33B9F for ; Sun, 5 Feb 2017 13:17:50 +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: <1486300573.c8583cf2aa0269643588b89252649b00d3860080.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild X-VCS-Directories: kde-plasma/plasma-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8583cf2aa0269643588b89252649b00d3860080 X-VCS-Branch: master Date: Sun, 5 Feb 2017 13:17:50 +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: a4b9f13f-adc3-4930-aba9-157285efe287 X-Archives-Hash: 6f303c3da209a1febe0279fe4f0fade4 commit: c8583cf2aa0269643588b89252649b00d3860080 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Feb 5 11:53:42 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 5 13:16:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8583cf2 kde-plasma/plasma-integration: fix missing dep on dev-qt/qtgui[dbus] Gentoo-bug: 608306 Closes: https://github.com/gentoo/gentoo/pull/3821 kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild index 2ea1897..7921664 100644 --- a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild @@ -28,7 +28,7 @@ DEPEND=" $(add_frameworks_dep kxmlgui) $(add_plasma_dep breeze) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui '' '' '5=') + $(add_qt_dep qtgui 'dbus' '' '5=') $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) x11-libs/libXcursor