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 B8BCD1396D0 for ; Sat, 30 Sep 2017 09:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228C52BC011; Sat, 30 Sep 2017 09:38:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 024E42BC011 for ; Sat, 30 Sep 2017 09:38:46 +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 EB35C3417F7 for ; Sat, 30 Sep 2017 09:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E85908A for ; Sat, 30 Sep 2017 09:38:44 +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: <1506764310.7dc63245146cf70b850c01b4345efea54eafe734.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/plasma/plasma-9999.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7dc63245146cf70b850c01b4345efea54eafe734 X-VCS-Branch: master Date: Sat, 30 Sep 2017 09:38:44 +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: e15b3e57-2604-4b87-9b36-f0523b43da76 X-Archives-Hash: 359e25e83382b613cd593f62416a843f commit: 7dc63245146cf70b850c01b4345efea54eafe734 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 30 09:38:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 30 09:38:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7dc63245 kde-frameworks/plasma: Add subslot operator on qtdeclarative Upstream commit c1e432065ffcf24b2e3bcb6de7cb5cd5136482d7 Package-Manager: Portage-2.3.10, Repoman-2.3.3 kde-frameworks/plasma/plasma-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild index 8ed784351a..19476e9f75 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -12,6 +12,7 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="gles2 wayland X" +# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.9.0 RDEPEND=" $(add_frameworks_dep kactivities) $(add_frameworks_dep karchive) @@ -30,7 +31,7 @@ RDEPEND=" $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) + $(add_qt_dep qtdeclarative '' '' '5=') $(add_qt_dep qtgui 'gles2=') $(add_qt_dep qtquickcontrols) $(add_qt_dep qtsql)