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 710A4138350 for ; Tue, 11 Feb 2020 23:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFC8E08BD; Tue, 11 Feb 2020 23:26:12 +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 8B234E08BD for ; Tue, 11 Feb 2020 23:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 542E734EBF3 for ; Tue, 11 Feb 2020 23:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E4FB0 for ; Tue, 11 Feb 2020 23:26:08 +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: <1581463135.e4ea55f10ba559466708fa4d76bc34d159ef8f79.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-9999.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4ea55f10ba559466708fa4d76bc34d159ef8f79 X-VCS-Branch: master Date: Tue, 11 Feb 2020 23:26:08 +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: bfa81fa1-09ee-475d-a3b8-99106cb0ea22 X-Archives-Hash: d1f48612a36b9aa726ae33fb0ad502da commit: e4ea55f10ba559466708fa4d76bc34d159ef8f79 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 11 23:18:55 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 11 23:18:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4ea55f1 kde-apps/kate: Sort dependencies, add comment Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kate/kate-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index d649db4808..1fdddeff57 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -19,7 +19,12 @@ SLOT="5" KEYWORDS="" IUSE="activities feedback +filebrowser lspclient +projects plasma +snippets sql" +# only addons/externaltools depends on kiconthemes, too small for USE DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 @@ -40,10 +45,6 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 ) feedback? ( dev-libs/kuserfeedback:5 ) filebrowser? ( >=kde-frameworks/kbookmarks-${KFMIN}:5 ) @@ -55,8 +56,8 @@ DEPEND=" ) snippets? ( >=kde-frameworks/knewstuff-${KFMIN}:5 ) sql? ( - >=kde-frameworks/kwallet-${KFMIN}:5 >=dev-qt/qtsql-${QTMIN}:5 + >=kde-frameworks/kwallet-${KFMIN}:5 ) " RDEPEND="${DEPEND}