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 72F02138331 for ; Thu, 29 Mar 2018 18:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 540DEE087F; Thu, 29 Mar 2018 18:09:15 +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 2E700E087F for ; Thu, 29 Mar 2018 18:09:15 +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 36EE1335D26 for ; Thu, 29 Mar 2018 18:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA19126F for ; Thu, 29 Mar 2018 18:09:12 +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: <1522346821.7bb605e733b8406e3e5c566423a2a2b26f5f72ff.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: 7bb605e733b8406e3e5c566423a2a2b26f5f72ff X-VCS-Branch: master Date: Thu, 29 Mar 2018 18:09:12 +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: a9651a8c-d641-4cc7-ab03-b1f587017f9b X-Archives-Hash: 2656418b429cc90dc8d262c0c74c4bbd commit: 7bb605e733b8406e3e5c566423a2a2b26f5f72ff Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 20 12:29:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 29 18:07:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7bb605e7 kde-frameworks/plasma: Drop obsolete slot op Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-frameworks/plasma/plasma-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild index 25cf595656..940b17e819 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -12,7 +12,6 @@ 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) @@ -33,7 +32,7 @@ RDEPEND=" $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative '' '' '5=') + $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui 'gles2=') $(add_qt_dep qtquickcontrols) $(add_qt_dep qtsql)