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 8EC15158041 for ; Fri, 23 Feb 2024 04:50:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D0F2BC038; Fri, 23 Feb 2024 04:50:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D562BC03C for ; Fri, 23 Feb 2024 04:50:04 +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 4745B3430B3 for ; Fri, 23 Feb 2024 04:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6954414D4 for ; Fri, 23 Feb 2024 04:49:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708663778.ad619b4f743245c3d578e8cb01cf3d3fa53f96e8.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalgebra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kalgebra/kalgebra-9999.ebuild X-VCS-Directories: kde-apps/kalgebra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad619b4f743245c3d578e8cb01cf3d3fa53f96e8 X-VCS-Branch: master Date: Fri, 23 Feb 2024 04:49:59 +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: 31d21803-e996-4db4-9e58-171266acd8b5 X-Archives-Hash: 92a77f43aa1064b651889483097a95f8 commit: ad619b4f743245c3d578e8cb01cf3d3fa53f96e8 Author: Sam James gentoo org> AuthorDate: Thu Feb 22 12:33:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 23 04:49:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad619b4f kde-apps/kalgebra: refresh deps * qtsvg seems to be a longstanding one, not new w/ Qt 6 porting * qtbase[opengl] for upstream commit 5ef6d226e8c61195def2b1040ca05b1aae27c74d * qt5compat for upstream commit 137d730fbde23582635573a880ed208c0e2d981c (just moved around since) Signed-off-by: Sam James gentoo.org> kde-apps/kalgebra/kalgebra-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/kalgebra/kalgebra-9999.ebuild b/kde-apps/kalgebra/kalgebra-9999.ebuild index b968cfcb96..5a84288871 100644 --- a/kde-apps/kalgebra/kalgebra-9999.ebuild +++ b/kde-apps/kalgebra/kalgebra-9999.ebuild @@ -18,8 +18,10 @@ KEYWORDS="" IUSE="readline" DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6[gui,opengl,widgets] + >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebengine-${QTMIN}:6[widgets] >=kde-apps/analitza-${PVCUT}:6 >=kde-frameworks/kconfig-${KFMIN}:6