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 AEDE1158099 for ; Sun, 26 Nov 2023 23:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E12D2BC091; Sun, 26 Nov 2023 23:29:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 656582BC091 for ; Sun, 26 Nov 2023 23:29:12 +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 8BA3D340AA7 for ; Sun, 26 Nov 2023 23:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF7B313EA for ; Sun, 26 Nov 2023 23:29:09 +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: <1701041343.174ab1b74be5da0cbde17df73105acb80132f9be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cantata/cantata-2.5.0-r1.ebuild media-sound/cantata/cantata-2.5.0.ebuild X-VCS-Directories: media-sound/cantata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 174ab1b74be5da0cbde17df73105acb80132f9be X-VCS-Branch: master Date: Sun, 26 Nov 2023 23:29:09 +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: 5d5e85b5-6c04-4f72-8e50-40435ba33014 X-Archives-Hash: 758333a6d0be41dcedc9812e463cec62 commit: 174ab1b74be5da0cbde17df73105acb80132f9be Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 26 23:24:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 26 23:29:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ab1b7 media-sound/cantata: Relax kde-frameworks/breeze-icons slot dep to :* Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/cantata/{cantata-2.5.0.ebuild => cantata-2.5.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/cantata/cantata-2.5.0.ebuild b/media-sound/cantata/cantata-2.5.0-r1.ebuild similarity index 96% rename from media-sound/cantata/cantata-2.5.0.ebuild rename to media-sound/cantata/cantata-2.5.0-r1.ebuild index 7dfeddc9814b..59af4a9d39c5 100644 --- a/media-sound/cantata/cantata-2.5.0.ebuild +++ b/media-sound/cantata/cantata-2.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -56,7 +56,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} dev-lang/perl[ithreads] - || ( kde-frameworks/breeze-icons:5 kde-frameworks/oxygen-icons:* ) + || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) " DEPEND="${COMMON_DEPEND} dev-qt/qtconcurrent:5