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 727741582EF for ; Sun, 09 Mar 2025 22:37:51 +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 5517A3430E1 for ; Sun, 09 Mar 2025 22:37:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5080F110370; Sun, 09 Mar 2025 22:37:50 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 44A68110370 for ; Sun, 09 Mar 2025 22:37:50 +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 EC8573430FE for ; Sun, 09 Mar 2025 22:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83826122C for ; Sun, 09 Mar 2025 22:37:48 +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: <1741559861.003b2659053ce6d046c86658c70030f0c3602fa7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rosegarden/rosegarden-24.12.1.ebuild X-VCS-Directories: media-sound/rosegarden/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 003b2659053ce6d046c86658c70030f0c3602fa7 X-VCS-Branch: master Date: Sun, 09 Mar 2025 22:37:48 +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: 85e64cc4-0957-48ee-955e-0fe2e9453172 X-Archives-Hash: b6092d995f7e7e1e9e5dc165cc66725e commit: 003b2659053ce6d046c86658c70030f0c3602fa7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 9 22:36:50 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 9 22:37:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003b2659 media-sound/rosegarden: Fix broken (Qt5 modules) dependencies Bug: https://bugs.gentoo.org/951059 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/rosegarden/rosegarden-24.12.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/rosegarden/rosegarden-24.12.1.ebuild b/media-sound/rosegarden/rosegarden-24.12.1.ebuild index b2a6f4dbe8b9..97c9b66633bf 100644 --- a/media-sound/rosegarden/rosegarden-24.12.1.ebuild +++ b/media-sound/rosegarden/rosegarden-24.12.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="lirc" BDEPEND=" - dev-qt/linguist-tools:5 + dev-qt/qttools:6[linguist] virtual/pkgconfig " RDEPEND=" @@ -33,9 +33,7 @@ RDEPEND=" x11-libs/libSM:= lirc? ( app-misc/lirc:= ) " -DEPEND="${RDEPEND} - dev-qt/qttest:5 -" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}-24.06-includes.patch"