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 D5B29138334 for ; Sun, 7 Apr 2019 12:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4410E0857; Sun, 7 Apr 2019 12:54:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 96D73E0857 for ; Sun, 7 Apr 2019 12:54:32 +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 F301C335CD8 for ; Sun, 7 Apr 2019 12:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67B8058B for ; Sun, 7 Apr 2019 12:54:29 +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: <1554580508.010380d80f543eb54c21099b930df7bd1efaccb5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 010380d80f543eb54c21099b930df7bd1efaccb5 X-VCS-Branch: master Date: Sun, 7 Apr 2019 12:54:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39a261f6-aa63-4d79-88eb-e8f919e8383f X-Archives-Hash: 0cd0ed2eba098b2c96f30eaf18094328 commit: 010380d80f543eb54c21099b930df7bd1efaccb5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 6 19:55:08 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 6 19:55:08 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=010380d8 kde-misc/krusader: Add Qt slot op Upstream commit c6db82bcb2d61e34e1c8bfb87aade25c7fed9093 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index f72e1c83f7..4f47d52a03 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -16,6 +16,7 @@ HOMEPAGE="https://krusader.org/" LICENSE="GPL-2+" IUSE="" +# drop qtgui subslot operator when QT_MINIMAL >= 5.11.0 COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kbookmarks) @@ -39,7 +40,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml)