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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 156D11581F2 for ; Thu, 12 Dec 2024 21:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6EA2E09AD; Thu, 12 Dec 2024 21:02:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C2ECE09B1 for ; Thu, 12 Dec 2024 21:02:16 +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 C0FD3341DD0 for ; Thu, 12 Dec 2024 21:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C03A1F28 for ; Thu, 12 Dec 2024 21:02: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: <1734037139.c991c3306f2dd1ddc5134368b24e5cd7d318b6e3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdiff3/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdiff3/kdiff3-9999.ebuild X-VCS-Directories: kde-misc/kdiff3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c991c3306f2dd1ddc5134368b24e5cd7d318b6e3 X-VCS-Branch: master Date: Thu, 12 Dec 2024 21:02: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: c3c36700-38f4-4306-ba6f-bcbcf343274c X-Archives-Hash: 6a68f9fcdbcfe83fbf91d320e75bbe8c commit: c991c3306f2dd1ddc5134368b24e5cd7d318b6e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 12 00:36:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 12 20:58:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c991c330 kde-misc/kdiff3: Update dependencies Upstream commits: 342924de5000a2821736f2c4cd58f92c6ad9c159 5d1a1befaaed30396b36bdd77ffc40917a58ca67 c478d24b47bacc71914e4e91a5facddb37801c8d Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdiff3/kdiff3-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild index 3d0f86dc0e..7c57fe8e30 100644 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 ECM_HANDBOOK="optional" -KFMIN=6.3.0 -QTMIN=6.6.2 +KFMIN=6.6.0 +QTMIN=6.7.2 inherit ecm kde.org DESCRIPTION="Frontend to diff3 based on KDE Frameworks" @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="" COMMON_DEPEND=" - >=dev-qt/qt5compat-${QTMIN}:6 + >=dev-libs/icu-70.0:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] >=kde-frameworks/kconfig-${KFMIN}:6 >=kde-frameworks/kconfigwidgets-${KFMIN}:6