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 9911215810D for ; Mon, 29 May 2023 09:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FF8DE0849; Mon, 29 May 2023 09:12:29 +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 32882E0849 for ; Mon, 29 May 2023 09:12:29 +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 130B1340C9C for ; Mon, 29 May 2023 09:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA48A77 for ; Mon, 29 May 2023 09:12:26 +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: <1685351537.6a28cd5f01f3e1cdfb288147b32cf2c22299a6d2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.26.5-r1.ebuild media-libs/libsdl2/libsdl2-2.26.5.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a28cd5f01f3e1cdfb288147b32cf2c22299a6d2 X-VCS-Branch: master Date: Mon, 29 May 2023 09:12:26 +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: 838c5799-cfaf-49f7-bac7-9f78d49e1bce X-Archives-Hash: dbc0ba52dc31f87132c9ee1bd0cd6826 commit: 6a28cd5f01f3e1cdfb288147b32cf2c22299a6d2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 28 19:43:17 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 09:12:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a28cd5f media-libs/libsdl2: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libsdl2/{libsdl2-2.26.5.ebuild => libsdl2-2.26.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsdl2/libsdl2-2.26.5.ebuild b/media-libs/libsdl2/libsdl2-2.26.5-r1.ebuild similarity index 98% rename from media-libs/libsdl2/libsdl2-2.26.5.ebuild rename to media-libs/libsdl2/libsdl2-2.26.5-r1.ebuild index c442077bf23e..9c2aec181286 100644 --- a/media-libs/libsdl2/libsdl2-2.26.5.ebuild +++ b/media-libs/libsdl2/libsdl2-2.26.5-r1.ebuild @@ -54,7 +54,7 @@ CDEPEND=" >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] ) pipewire? ( media-video/pipewire:=[${MULTILIB_USEDEP}] ) - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] ) sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] ) udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] ) wayland? (