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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9219B159C9B for ; Sat, 10 Aug 2024 12:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B38E2BC077; Sat, 10 Aug 2024 12:26:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66A7B2BC077 for ; Sat, 10 Aug 2024 12:26:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F076335DCC for ; Sat, 10 Aug 2024 12:26:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A81E6F for ; Sat, 10 Aug 2024 12:26:26 +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: <1723280578.812689f85966f206c0a74d4aae4d0e2ab8fafbbc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/filelight/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/filelight/filelight-9999.ebuild X-VCS-Directories: kde-apps/filelight/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 812689f85966f206c0a74d4aae4d0e2ab8fafbbc X-VCS-Branch: master Date: Sat, 10 Aug 2024 12:26:26 +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: 4ebf3d97-01c4-4943-bd6c-6185992804e4 X-Archives-Hash: fe029842079de5e98d8a27aa51eca69a commit: 812689f85966f206c0a74d4aae4d0e2ab8fafbbc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 08:36:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 10 09:02:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=812689f8 kde-apps/filelight: Better sorting Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/filelight/filelight-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/filelight/filelight-9999.ebuild b/kde-apps/filelight/filelight-9999.ebuild index e04ffc87f0..0b98793549 100644 --- a/kde-apps/filelight/filelight-9999.ebuild +++ b/kde-apps/filelight/filelight-9999.ebuild @@ -20,10 +20,10 @@ IUSE="" DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcolorscheme-${KFMIN}:6 >=kde-frameworks/kcompletion-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcolorscheme-${KFMIN}:6 >=kde-frameworks/kcrash-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 >=kde-frameworks/kio-${KFMIN}:6