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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E67415802F for ; Tue, 7 Mar 2023 17:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE1FE0207; Tue, 7 Mar 2023 17:18:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 337F8E0207 for ; Tue, 7 Mar 2023 17:18:08 +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 4526334123C for ; Tue, 7 Mar 2023 17:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77BA3888 for ; Tue, 7 Mar 2023 17:18:05 +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: <1678209472.1bb789624b7c283875c7ff9995155e0e826c0e0b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpulse/libpulse-16.1-r1.ebuild media-libs/libpulse/libpulse-16.1-r2.ebuild X-VCS-Directories: media-libs/libpulse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1bb789624b7c283875c7ff9995155e0e826c0e0b X-VCS-Branch: master Date: Tue, 7 Mar 2023 17:18:05 +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: 13753947-10e1-4cc0-9b55-41f75084bc85 X-Archives-Hash: e763736947e42d2f6cfed322d47f9258 commit: 1bb789624b7c283875c7ff9995155e0e826c0e0b Author: Sam James gentoo org> AuthorDate: Tue Mar 7 17:01:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 7 17:17:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb78962 media-libs/libpulse: drop obsolete virtual/libc Remnant of uclibc support, although it was a bit weird anyway. Bug: https://bugs.gentoo.org/472228 Signed-off-by: Sam James gentoo.org> media-libs/libpulse/libpulse-16.1-r1.ebuild | 3 +-- media-libs/libpulse/libpulse-16.1-r2.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/libpulse/libpulse-16.1-r1.ebuild b/media-libs/libpulse/libpulse-16.1-r1.ebuild index 1732b83b18ee..6d4f74cbc46c 100644 --- a/media-libs/libpulse/libpulse-16.1-r1.ebuild +++ b/media-libs/libpulse/libpulse-16.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="7" @@ -32,7 +32,6 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libatomic_ops >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}] - virtual/libc asyncns? ( >=net-libs/libasyncns-0.1[${MULTILIB_USEDEP}] ) dbus? ( >=sys-apps/dbus-1.4.12[${MULTILIB_USEDEP}] ) elibc_mingw? ( dev-libs/libpcre:3 ) diff --git a/media-libs/libpulse/libpulse-16.1-r2.ebuild b/media-libs/libpulse/libpulse-16.1-r2.ebuild index 98ced2602c91..d2e8fc0680a8 100644 --- a/media-libs/libpulse/libpulse-16.1-r2.ebuild +++ b/media-libs/libpulse/libpulse-16.1-r2.ebuild @@ -32,7 +32,6 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libatomic_ops >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}] - virtual/libc asyncns? ( >=net-libs/libasyncns-0.1[${MULTILIB_USEDEP}] ) dbus? ( >=sys-apps/dbus-1.4.12[${MULTILIB_USEDEP}] ) elibc_mingw? ( dev-libs/libpcre:3 )