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 1BDA8139085 for ; Tue, 7 Feb 2017 23:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0391E0DEE; Tue, 7 Feb 2017 23:12:02 +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 88381E0DED for ; Tue, 7 Feb 2017 23:12:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2787E3416AE for ; Tue, 7 Feb 2017 23:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60253DCB for ; Tue, 7 Feb 2017 23:11:59 +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: <1486509043.7e0951dac5627cbfd9aaab664508130252a2c493.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: 7e0951dac5627cbfd9aaab664508130252a2c493 X-VCS-Branch: master Date: Tue, 7 Feb 2017 23:11:59 +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: cc3f20e4-b52c-489e-86bb-2f82abe0b276 X-Archives-Hash: 6731e8ddd134f06c97d6cd631db8541f commit: 7e0951dac5627cbfd9aaab664508130252a2c493 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 7 23:10:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 7 23:10:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e0951da kde-frameworks/knotifications: Introduce temporary Qt subslot operator Package-Manager: portage-2.3.3 kde-frameworks/knotifications/knotifications-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild index b9eaaee..3ca9fe9 100644 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild @@ -12,13 +12,14 @@ 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) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtwidgets) media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] )