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 5782215806E for ; Mon, 29 May 2023 18:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92886E07D4; Mon, 29 May 2023 18:29:59 +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 7A27AE07D4 for ; Mon, 29 May 2023 18:29:59 +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 BA93834109D for ; Mon, 29 May 2023 18:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53183A67 for ; Mon, 29 May 2023 18:29:57 +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: <1685384978.bc27d7e94b90fa269e3e44766e7cbe1b6f1fbed9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/aqualung/aqualung-1.1-r102.ebuild media-sound/aqualung/aqualung-1.1-r103.ebuild X-VCS-Directories: media-sound/aqualung/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bc27d7e94b90fa269e3e44766e7cbe1b6f1fbed9 X-VCS-Branch: master Date: Mon, 29 May 2023 18:29:57 +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: 0de3d6ce-19cb-49d6-97c0-b18382d4a52d X-Archives-Hash: a4b0f8a5b9010472a0dc78415aceb726 commit: bc27d7e94b90fa269e3e44766e7cbe1b6f1fbed9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 17:17:40 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 18:29:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc27d7e9 media-sound/aqualung: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> .../aqualung/{aqualung-1.1-r102.ebuild => aqualung-1.1-r103.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/aqualung/aqualung-1.1-r102.ebuild b/media-sound/aqualung/aqualung-1.1-r103.ebuild similarity index 97% rename from media-sound/aqualung/aqualung-1.1-r102.ebuild rename to media-sound/aqualung/aqualung-1.1-r103.ebuild index fa0cfccfa66a..2872ec46f129 100644 --- a/media-sound/aqualung/aqualung-1.1-r102.ebuild +++ b/media-sound/aqualung/aqualung-1.1-r103.ebuild @@ -46,15 +46,13 @@ RDEPEND=" modplug? ( media-libs/libmodplug ) mp3? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex media-libs/liboggz media-libs/libogg ) vorbis? ( media-libs/libvorbis media-libs/libogg ) wavpack? ( media-sound/wavpack ) " -DEPEND=" - ${RDEPEND} -" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-configure-lua-version.patch"