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 70D3B158094 for ; Mon, 26 Sep 2022 16:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E7EE0DD8; Mon, 26 Sep 2022 16:11:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CCB1E0DD8 for ; Mon, 26 Sep 2022 16:11:50 +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 5D70034128F for ; Mon, 26 Sep 2022 16:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A165D4 for ; Mon, 26 Sep 2022 16:11:47 +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: <1664208700.c05fb18ebae2e964fb4030a3f86f1870371c0e9e.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.0-r1.ebuild media-libs/libpulse/libpulse-16.0.ebuild media-libs/libpulse/libpulse-16.1-r1.ebuild media-libs/libpulse/libpulse-16.1.ebuild X-VCS-Directories: media-libs/libpulse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c05fb18ebae2e964fb4030a3f86f1870371c0e9e X-VCS-Branch: master Date: Mon, 26 Sep 2022 16:11:47 +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: 492d6737-6e79-4efd-bfd8-cc332fd50a7f X-Archives-Hash: 15cb2ab6f0fa2852f86be885c4d9675e commit: c05fb18ebae2e964fb4030a3f86f1870371c0e9e Author: Sam James gentoo org> AuthorDate: Mon Sep 26 16:11:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 26 16:11:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05fb18e media-libs/libpulse: only depend on libpcre for mingw musl supports regex and it's in POSIX, mingw is the only exception I'm aware of Bug: https://bugs.gentoo.org/472228 Signed-off-by: Sam James gentoo.org> .../libpulse/{libpulse-16.0.ebuild => libpulse-16.0-r1.ebuild} | 5 +---- .../libpulse/{libpulse-16.1.ebuild => libpulse-16.1-r1.ebuild} | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/media-libs/libpulse/libpulse-16.0.ebuild b/media-libs/libpulse/libpulse-16.0-r1.ebuild similarity index 98% rename from media-libs/libpulse/libpulse-16.0.ebuild rename to media-libs/libpulse/libpulse-16.0-r1.ebuild index f1409d9fdd36..005c74d6e02b 100644 --- a/media-libs/libpulse/libpulse-16.0.ebuild +++ b/media-libs/libpulse/libpulse-16.0-r1.ebuild @@ -35,6 +35,7 @@ RDEPEND=" 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 ) glib? ( >=dev-libs/glib-2.28.0:2[${MULTILIB_USEDEP}] ) gtk? ( x11-libs/gtk+:3 ) selinux? ( sec-policy/selinux-pulseaudio ) @@ -44,10 +45,6 @@ RDEPEND=" x11-libs/libX11[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}] ) - || ( - elibc_glibc? ( virtual/libc ) - dev-libs/libpcre:3 - ) !=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}] ) - || ( - elibc_glibc? ( virtual/libc ) - dev-libs/libpcre:3 - ) !