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 434221396D0 for ; Sat, 19 Aug 2017 20:24:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B09E0D76; Sat, 19 Aug 2017 20:24:09 +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 53A50E0D76 for ; Sat, 19 Aug 2017 20:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 921A8341A32 for ; Sat, 19 Aug 2017 20:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F6E7B89 for ; Sat, 19 Aug 2017 20:24:07 +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: <1503168079.d1c26f2b37d721ef695385fbbc911ae7553a83fa.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: d1c26f2b37d721ef695385fbbc911ae7553a83fa X-VCS-Branch: master Date: Sat, 19 Aug 2017 20:24:07 +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: 02695d06-967a-4b79-b3bf-ac9eb45e5a6d X-Archives-Hash: 7260755ac3b464a020928d5e5c9e0b0a commit: d1c26f2b37d721ef695385fbbc911ae7553a83fa Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 19 18:41:19 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 19 18:41:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c26f2b kde-frameworks/knotifications: Drop obsolete subslot operator Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-frameworks/knotifications/knotifications-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild index 7a5a468af3..772bab3286 100644 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild @@ -11,14 +11,13 @@ LICENSE="LGPL-2.1+" KEYWORDS="" IUSE="dbus nls speech X" -# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0 RDEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kwindowsystem) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui '' '' '5=') + $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] )