From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3CC21581B9 for ; Thu, 02 Oct 2025 19:42:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B9191340B4D for ; Thu, 02 Oct 2025 19:42:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A74621103E2; Thu, 02 Oct 2025 19:42:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 9BB311103E2 for ; Thu, 02 Oct 2025 19:42:45 +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 2E8D1340B4D for ; Thu, 02 Oct 2025 19:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908AC3A6F for ; Thu, 02 Oct 2025 19:42:43 +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: <1759434136.da55674ad241e114de2ccfeefb59ba1ae5e52acd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: sci-astronomy/kstars/kstars-9999.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: da55674ad241e114de2ccfeefb59ba1ae5e52acd X-VCS-Branch: master Date: Thu, 02 Oct 2025 19:42:43 +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: 3e034052-f39c-490a-a3a9-ba23901d9962 X-Archives-Hash: 9d81c35ef759720e2e7d7708958fd911 commit: da55674ad241e114de2ccfeefb59ba1ae5e52acd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 2 19:05:15 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 2 19:42:16 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=da55674a sci-astronomy/kstars: Drop opencv highui USEdeps, set ENABLE_SENTRY=OFF Drop obsolete BUILD_QT5=OFF cmake arg. Upstream commits: 6791a3febf9bade2b5379857973ce1c6d0c03b35 4a47f73ea7a956d472d39231c82d457ee52ccb87 c52f11908eedf569b55e432fc5d43f1ee41037a5 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 4c406862d8..9d84a33d39 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -48,13 +48,7 @@ COMMON_DEPEND=" sci-libs/libnova:= >=sci-libs/stellarsolver-2.7 sys-libs/zlib - opencv? ( - media-libs/opencv:=[ffmpeg] - || ( - media-libs/opencv[qt6(-)] - media-libs/opencv[gtk3(-)] - ) - ) + opencv? ( media-libs/opencv:=[ffmpeg] ) password? ( >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] ) raw? ( media-libs/libraw:= ) " @@ -88,7 +82,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_LibXISF=ON # not packaged -DBUILD_WITH_QT6=ON # KF6 please - -DBUILD_QT5=OFF # KF6 please + -DENABLE_SENTRY=OFF $(cmake_use_find_package opencv OpenCV) $(cmake_use_find_package password Qt6Keychain) $(cmake_use_find_package raw LibRaw)