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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CDB51581F0 for ; Fri, 24 Jan 2025 20:10:28 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5839834355A for ; Fri, 24 Jan 2025 20:10:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A3785110432; Fri, 24 Jan 2025 20:10:19 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 99F8B110432 for ; Fri, 24 Jan 2025 20:10:19 +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 50BD0343527 for ; Fri, 24 Jan 2025 20:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75FBE236E for ; Fri, 24 Jan 2025 20:10:16 +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: <1737749405.a20e4c91b0e24d32c5ffee5ebc16738f8d325b93.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/stellarium-24.2.ebuild sci-astronomy/stellarium/stellarium-24.3.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a20e4c91b0e24d32c5ffee5ebc16738f8d325b93 X-VCS-Branch: master Date: Fri, 24 Jan 2025 20:10:16 +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: 916a65bf-7524-45d6-a1b4-fdcbc76083c2 X-Archives-Hash: 635edb3bec3841e29474c27bc4451d32 commit: a20e4c91b0e24d32c5ffee5ebc16738f8d325b93 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 14 17:12:35 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 24 20:10:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20e4c91 sci-astronomy/stellarium: Prepare for sci-astronomy/calcmysky IUSE drop qt5/qt6 will be cleaned up. Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/stellarium/stellarium-24.2.ebuild | 6 +++--- sci-astronomy/stellarium/stellarium-24.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-astronomy/stellarium/stellarium-24.2.ebuild b/sci-astronomy/stellarium/stellarium-24.2.ebuild index 72fe54325536..5040cf4294f4 100644 --- a/sci-astronomy/stellarium/stellarium-24.2.ebuild +++ b/sci-astronomy/stellarium/stellarium-24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,7 +62,7 @@ RDEPEND=" dev-qt/qtgui:5= dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 - >=sci-astronomy/calcmysky-0.3.0:=[qt5] + >=sci-astronomy/calcmysky-0.3.0:=[qt5(-)] gps? ( dev-qt/qtpositioning:5 dev-qt/qtserialport:5 @@ -79,7 +79,7 @@ RDEPEND=" qt6? ( dev-qt/qtbase:6=[gui,network,widgets] dev-qt/qtcharts:6 - >=sci-astronomy/calcmysky-0.3.0:=[qt6] + >=sci-astronomy/calcmysky-0.3.0:=[qt6(+)] gps? ( dev-qt/qtpositioning:6 dev-qt/qtserialport:6 diff --git a/sci-astronomy/stellarium/stellarium-24.3.ebuild b/sci-astronomy/stellarium/stellarium-24.3.ebuild index 4139fe141dd6..e1fce9fdde4e 100644 --- a/sci-astronomy/stellarium/stellarium-24.3.ebuild +++ b/sci-astronomy/stellarium/stellarium-24.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -65,7 +65,7 @@ RDEPEND=" dev-qt/qtgui:5= dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 - >=sci-astronomy/calcmysky-0.3.0:=[qt5] + >=sci-astronomy/calcmysky-0.3.0:=[qt5(-)] gps? ( dev-qt/qtpositioning:5 dev-qt/qtserialport:5 @@ -82,7 +82,7 @@ RDEPEND=" qt6? ( dev-qt/qtbase:6=[concurrent,gui,network,widgets] dev-qt/qtcharts:6 - >=sci-astronomy/calcmysky-0.3.0:=[qt6] + >=sci-astronomy/calcmysky-0.3.0:=[qt6(+)] gps? ( dev-qt/qtpositioning:6 dev-qt/qtserialport:6