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 837791581D3 for ; Mon, 20 May 2024 21:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA9A5E2A73; Mon, 20 May 2024 21:24:09 +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 975AAE2A72 for ; Mon, 20 May 2024 21:24:09 +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 8677C335DCD for ; Mon, 20 May 2024 21:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CB41AA0 for ; Mon, 20 May 2024 21:24:06 +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: <1716240117.b8517f6c043b87c73a4ed1d630c4cbb925d4c764.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: b8517f6c043b87c73a4ed1d630c4cbb925d4c764 X-VCS-Branch: master Date: Mon, 20 May 2024 21:24:06 +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: 9b05dfaa-4b3d-48d3-a037-d3f6c182ebfc X-Archives-Hash: ad356edab498703b7de37822e5cf3ac1 commit: b8517f6c043b87c73a4ed1d630c4cbb925d4c764 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 20 21:17:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 20 21:21:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8517f6c kde-misc/kdiff3: Update dependencies Upstream commits: 870507fcb0b534531f5cf87b0069521a34b8ee7b d6ed425e1de1a58febf9cbc2be6834e5566fbdce 001d9ebde083e6237af8a1ee6157c9ba9341d9a3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdiff3/kdiff3-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild index 34fb160506..7b7cfe151a 100644 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild @@ -30,17 +30,11 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 " DEPEND="${COMMON_DEPEND} - dev-libs/boost + >=dev-libs/boost-1.82 " RDEPEND="${COMMON_DEPEND} !${CATEGORY}/${PN}:5 sys-apps/diffutils " -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT6=ON - # TODO: -DENABLE_GDBINDEX? - ) - ecm_src_configure -} +# TODO: -DENABLE_GDBINDEX?