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 E0D871581F3 for ; Tue, 3 Dec 2024 19:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 311D0E0819; Tue, 3 Dec 2024 19:28:42 +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 31488E0819 for ; Tue, 3 Dec 2024 19:28:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13870340C33 for ; Tue, 3 Dec 2024 19:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEB813F5 for ; Tue, 3 Dec 2024 19:28:38 +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: <1733254088.d12ab737b54dae85c26a09261a6d048ffb5d5956.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.7.4.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d12ab737b54dae85c26a09261a6d048ffb5d5956 X-VCS-Branch: master Date: Tue, 3 Dec 2024 19:28:38 +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: 124436e0-1090-4de8-823b-ae5c3513405c X-Archives-Hash: 1d101d8b1de70bb46959e03c58b0dd23 commit: d12ab737b54dae85c26a09261a6d048ffb5d5956 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 3 19:28:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 3 19:28:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12ab737 sci-astronomy/kstars: Add media-libs/opencv USEdep defaults, allow qt5 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-3.7.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/kstars/kstars-3.7.4.ebuild b/sci-astronomy/kstars/kstars-3.7.4.ebuild index 54123e0ccfc3..2e8b93ce0378 100644 --- a/sci-astronomy/kstars/kstars-3.7.4.ebuild +++ b/sci-astronomy/kstars/kstars-3.7.4.ebuild @@ -56,8 +56,9 @@ COMMON_DEPEND=" opencv? ( media-libs/opencv:=[ffmpeg] || ( - media-libs/opencv[qt6] - media-libs/opencv[gtk3] + media-libs/opencv[qt5(-)] + media-libs/opencv[qt6(-)] + media-libs/opencv[gtk3(-)] ) ) password? ( dev-libs/qtkeychain:=[qt5(+)] )