From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-969935-garchives=archives.gentoo.org@lists.gentoo.org>
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 345381396D0
	for <garchives@archives.gentoo.org>; Wed, 30 Aug 2017 21:42:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8340D1FC057;
	Wed, 30 Aug 2017 21:42:43 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 611E01FC057
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 21:42:43 +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 931FC341659
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 21:42:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E2B4884D
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Aug 2017 21:42:41 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1504129338.22b778e34b1211f5d5a5ce3b22e8105147734cd9.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/knotifications/knotifications-9999.ebuild
X-VCS-Directories: kde-frameworks/knotifications/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 22b778e34b1211f5d5a5ce3b22e8105147734cd9
X-VCS-Branch: master
Date: Wed, 30 Aug 2017 21:42:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: bc9c998d-7555-4ab3-b247-d1417e5f02a5
X-Archives-Hash: 440c4adac8913923f2c1892fb47d9011

commit:     22b778e34b1211f5d5a5ce3b22e8105147734cd9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:42:18 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:42:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=22b778e3

kde-frameworks/knotifications: Prepare for libdbusmenu-qt dropping USE=qt5

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 52a01864f6..a6ac414b00 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	media-libs/phonon[qt5(+)]
-	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+	dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
 	speech? ( $(add_qt_dep qtspeech) )
 	X? (
 		$(add_qt_dep qtx11extras)