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 B407B158011 for ; Thu, 14 Jul 2022 20:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C071FE0985; Thu, 14 Jul 2022 20:32:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7958E0985 for ; Thu, 14 Jul 2022 20:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1AA53411E6 for ; Thu, 14 Jul 2022 20:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A3BC53A for ; Thu, 14 Jul 2022 20:32:24 +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: <1657830727.a29255ce23406b57940c24e824dde2dfa84685cf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmix/kmix-22.04.3-r1.ebuild kde-apps/kmix/kmix-22.04.3.ebuild X-VCS-Directories: kde-apps/kmix/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a29255ce23406b57940c24e824dde2dfa84685cf X-VCS-Branch: master Date: Thu, 14 Jul 2022 20:32:24 +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: 3ebb397c-d9fd-4860-8799-5dc5e2c517aa X-Archives-Hash: 75693358a31bb9373cd20e47f8ffe70a commit: a29255ce23406b57940c24e824dde2dfa84685cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 18:10:02 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 14 20:32:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29255ce kde-apps/kmix: Switch IUSE pulseaudio to pull in media-libs/libpulse media-libs/libpulse PDEPEND will ensure a sound server is available at runtime. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmix/{kmix-22.04.3.ebuild => kmix-22.04.3-r1.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kde-apps/kmix/kmix-22.04.3.ebuild b/kde-apps/kmix/kmix-22.04.3-r1.ebuild similarity index 92% rename from kde-apps/kmix/kmix-22.04.3.ebuild rename to kde-apps/kmix/kmix-22.04.3-r1.ebuild index 2039ef25eab2..740e77574bdf 100644 --- a/kde-apps/kmix/kmix-22.04.3.ebuild +++ b/kde-apps/kmix/kmix-22.04.3-r1.ebuild @@ -37,16 +37,11 @@ DEPEND=" plasma? ( >=kde-frameworks/plasma-${KFMIN}:5 ) pulseaudio? ( media-libs/libcanberra - >=media-sound/pulseaudio-0.9.12 + media-libs/libpulse ) " RDEPEND="${DEPEND} kde-plasma/kde-cli-tools:5 - pulseaudio? ( || ( - media-video/pipewire - media-sound/pulseaudio-daemon - media-sound/pulseaudio[daemon(+)] - ) ) " src_configure() {