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 106B4158089 for ; Mon, 11 Sep 2023 01:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C7DB2BC045; Mon, 11 Sep 2023 01:02:23 +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 22B9E2BC045 for ; Mon, 11 Sep 2023 01:02:23 +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 2854A335C31 for ; Mon, 11 Sep 2023 01:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F3A010DC for ; Mon, 11 Sep 2023 01:02:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1694394055.c222342890986554e1ddecca7b3f580f34934b15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtgvoip/libtgvoip-2.4.4_p20221208-r1.ebuild media-libs/libtgvoip/libtgvoip-2.4.4_p20221208.ebuild X-VCS-Directories: media-libs/libtgvoip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c222342890986554e1ddecca7b3f580f34934b15 X-VCS-Branch: master Date: Mon, 11 Sep 2023 01:02:20 +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: 0475fb1b-d13f-422b-b108-1384ebb528ac X-Archives-Hash: b273afc9d13610e72c5d7c15c0419e6e commit: c222342890986554e1ddecca7b3f580f34934b15 Author: Leonardo Hernández Hernández proton me> AuthorDate: Thu Aug 17 04:09:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 11 01:00:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2223428 media-libs/libtgvoip: switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Leonardo Hernández Hernández proton.me> Closes: https://github.com/gentoo/gentoo/pull/32352 Signed-off-by: Sam James gentoo.org> ...gvoip-2.4.4_p20221208.ebuild => libtgvoip-2.4.4_p20221208-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20221208.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20221208-r1.ebuild similarity index 97% rename from media-libs/libtgvoip/libtgvoip-2.4.4_p20221208.ebuild rename to media-libs/libtgvoip/libtgvoip-2.4.4_p20221208-r1.ebuild index 31c29640b4bf..dac5de3f03bb 100644 --- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20221208.ebuild +++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20221208-r1.ebuild @@ -22,7 +22,7 @@ DEPEND=" media-libs/opus alsa? ( media-libs/alsa-lib ) dsp? ( media-libs/tg_owt:= ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"