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 7D4A415806E for ; Mon, 29 May 2023 17:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B09C1E041F; Mon, 29 May 2023 17:28:43 +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 99382E041F for ; Mon, 29 May 2023 17:28:43 +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 98AAD341042 for ; Mon, 29 May 2023 17:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97A0A67 for ; Mon, 29 May 2023 17:28:40 +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: <1685381314.b55b9db59a28e924186b6bfbf870feaba9777f88.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/drumstick/drumstick-2.6.1-r1.ebuild media-sound/drumstick/drumstick-2.6.1.ebuild X-VCS-Directories: media-sound/drumstick/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b55b9db59a28e924186b6bfbf870feaba9777f88 X-VCS-Branch: master Date: Mon, 29 May 2023 17:28:40 +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: d76c3ffd-31e5-4298-be90-5fa4d41e0e51 X-Archives-Hash: 498f75f50e1571ed9e8aa16feccf43db commit: b55b9db59a28e924186b6bfbf870feaba9777f88 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 17:27:00 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 17:28:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55b9db5 media-sound/drumstick: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> .../drumstick/{drumstick-2.6.1.ebuild => drumstick-2.6.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/drumstick/drumstick-2.6.1.ebuild b/media-sound/drumstick/drumstick-2.6.1-r1.ebuild similarity index 93% rename from media-sound/drumstick/drumstick-2.6.1.ebuild rename to media-sound/drumstick/drumstick-2.6.1-r1.ebuild index 29329502f5d2..d6e29fa2190f 100644 --- a/media-sound/drumstick/drumstick-2.6.1.ebuild +++ b/media-sound/drumstick/drumstick-2.6.1-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 @@ -36,7 +36,7 @@ DEPEND=" media-libs/alsa-lib fluidsynth? ( media-sound/fluidsynth ) network? ( dev-qt/qtnetwork:5 ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) " RDEPEND="${DEPEND}"