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 1DE2A13832E for ; Tue, 26 Jul 2016 07:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF4DE0A5F; Tue, 26 Jul 2016 07:02:33 +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 ACAF6E09FC for ; Tue, 26 Jul 2016 07:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B6485340C97 for ; Tue, 26 Jul 2016 07:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D5CF1B9B for ; Tue, 26 Jul 2016 07:02:30 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1469516328.bed67bccf135c9dd36122c7df72ecf3f059a06f3.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kxmlgui/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kxmlgui/kxmlgui-9999.ebuild X-VCS-Directories: kde-frameworks/kxmlgui/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bed67bccf135c9dd36122c7df72ecf3f059a06f3 X-VCS-Branch: master Date: Tue, 26 Jul 2016 07:02:30 +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: 07fe5cd4-01c4-4e2c-86ed-6d829dc9e663 X-Archives-Hash: fe1543e2cf7f822f42efda6d624b4384 commit: bed67bccf135c9dd36122c7df72ecf3f059a06f3 Author: Johannes Huber gentoo org> AuthorDate: Tue Jul 26 06:58:48 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jul 26 06:58:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bed67bcc kde-frameworks/kxmlgui: Drop slot operator on dev-qt/qtgui Thanks-to: Arfrever Package-Manager: portage-2.3.0 kde-frameworks/kxmlgui/kxmlgui-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild b/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild index 8011f28..e48869d 100644 --- a/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild +++ b/kde-frameworks/kxmlgui/kxmlgui-9999.ebuild @@ -12,7 +12,6 @@ KEYWORDS="" LICENSE="LGPL-2+" IUSE="attica" -# drop qtgui subslot operator when QT_MINIMAL >= 5.6.0 RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -25,7 +24,7 @@ RDEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui '' '' '5=') + $(add_qt_dep qtgui) $(add_qt_dep qtnetwork 'ssl') $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets)