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 ABC74159C96 for ; Thu, 25 Jul 2024 20:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30DA3E29C3; Thu, 25 Jul 2024 20:05:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFD68E29C1 for ; Thu, 25 Jul 2024 20:05:18 +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 C870F335DCC for ; Thu, 25 Jul 2024 20:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F2A11E62 for ; Thu, 25 Jul 2024 20:05: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: <1721937851.8c3fd7ff8487395939507e8634bf1210e2ede591.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/strawberry/strawberry-1.0.23-r1.ebuild media-sound/strawberry/strawberry-1.0.23-r2.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c3fd7ff8487395939507e8634bf1210e2ede591 X-VCS-Branch: master Date: Thu, 25 Jul 2024 20:05: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: 6cbfb4c3-4d42-44ff-8b64-c4d5f3247b3e X-Archives-Hash: cf9818883a43496998b7293e3577419d commit: 8c3fd7ff8487395939507e8634bf1210e2ede591 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 22 18:35:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 25 20:04:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3fd7ff media-sound/strawberry: Prepare for dev-libs/kdsingleapplication It will drop IUSE qt6. Bug: https://bugs.gentoo.org/933172 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{strawberry-1.0.23-r1.ebuild => strawberry-1.0.23-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/strawberry/strawberry-1.0.23-r1.ebuild b/media-sound/strawberry/strawberry-1.0.23-r2.ebuild similarity index 98% rename from media-sound/strawberry/strawberry-1.0.23-r1.ebuild rename to media-sound/strawberry/strawberry-1.0.23-r2.ebuild index e074219d1e18..20df729ff0c3 100644 --- a/media-sound/strawberry/strawberry-1.0.23-r1.ebuild +++ b/media-sound/strawberry/strawberry-1.0.23-r2.ebuild @@ -45,7 +45,7 @@ COMMON_DEPEND=" ) qt6? ( dev-qt/qtbase[concurrent,dbus,gui,network,ssl,sql,sqlite,widgets] - dev-qt/kdsingleapplication[qt6] + dev-qt/kdsingleapplication[qt6(+)] ) cdda? ( dev-libs/libcdio:= ) gstreamer? (