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 D72E8139085 for ; Sun, 5 Feb 2017 13:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9D10E0DA6; Sun, 5 Feb 2017 13:46:28 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5617E0DA6 for ; Sun, 5 Feb 2017 13:46:28 +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 E4C043411B5 for ; Sun, 5 Feb 2017 13:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888D13B9F for ; Sun, 5 Feb 2017 13:46:26 +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: <1486302306.3c5b6a65a3484b0ef5e94e8206b5fc4e9d378719.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild kde-plasma/plasma-integration/plasma-integration-9999.ebuild X-VCS-Directories: kde-plasma/plasma-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c5b6a65a3484b0ef5e94e8206b5fc4e9d378719 X-VCS-Branch: master Date: Sun, 5 Feb 2017 13:46:26 +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: 7caa7d9d-6b1d-4176-9d78-7474b4970fe1 X-Archives-Hash: d3583b3faf329de30d0b7ee40538e2fc commit: 3c5b6a65a3484b0ef5e94e8206b5fc4e9d378719 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:45:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c5b6a65 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.49.9999.ebuild | 2 +- kde-plasma/plasma-integration/plasma-integration-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild index 5157145..8f1b65a 100644 --- a/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.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 diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild index 5157145..8f1b65a 100644 --- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-9999.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