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 1B490138331 for ; Thu, 29 Mar 2018 18:09:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C99E08ED; Thu, 29 Mar 2018 18:09:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0BFFDE08ED for ; Thu, 29 Mar 2018 18:09:16 +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 ADF2E335D28 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 CDBAD270 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: <1522346822.ac2de6d07d14cbecc542aa139f375be16b828d04.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild X-VCS-Directories: kde-frameworks/qqc2-desktop-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ac2de6d07d14cbecc542aa139f375be16b828d04 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: 48e35ed7-ead5-48e2-b476-b8bea31ac5b6 X-Archives-Hash: 2fadd896974511451ba979da1064e438 commit: ac2de6d07d14cbecc542aa139f375be16b828d04 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 20 12:29:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 29 18:07:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac2de6d0 kde-frameworks/qqc2-desktop-style: Drop obsolete slot op Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild index 08ac0802a9..943757fdc9 100644 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild @@ -11,12 +11,11 @@ KEYWORDS="" LICENSE="|| ( GPL-2+ LGPL-3+ )" IUSE="" -# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0 DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kirigami) - $(add_qt_dep qtdeclarative '' '' '5=') + $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) "