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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B3FD138350 for ; Sat, 7 Mar 2020 13:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA20E0848; Sat, 7 Mar 2020 13:27:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4170E0848 for ; Sat, 7 Mar 2020 13:27:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79D9D34F132 for ; Sat, 7 Mar 2020 13:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4581103 for ; Sat, 7 Mar 2020 13:27:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1583587657.85b7df68f0cc4bb15f019a2d59bcb52e89622913.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/seamonkey-2.53.1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 85b7df68f0cc4bb15f019a2d59bcb52e89622913 X-VCS-Branch: master Date: Sat, 7 Mar 2020 13:27:43 +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: 092fc518-1b7c-46e2-be1e-d1488230df98 X-Archives-Hash: 2ae552e0f57921ce85c434f890012faa commit: 85b7df68f0cc4bb15f019a2d59bcb52e89622913 Author: Lars Wendler gentoo org> AuthorDate: Sat Mar 7 13:27:22 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Mar 7 13:27:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b7df68 www-client/seamonkey: Attempt to fix build with USE="-pulseaudio" Bug: https://bugs.gentoo.org/711748 Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> www-client/seamonkey/seamonkey-2.53.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/seamonkey/seamonkey-2.53.1.ebuild b/www-client/seamonkey/seamonkey-2.53.1.ebuild index 0ff8e3834ac..7025807df72 100644 --- a/www-client/seamonkey/seamonkey-2.53.1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.1.ebuild @@ -331,6 +331,7 @@ src_configure() { mozconfig_use_enable pulseaudio # force the deprecated alsa sound code if pulseaudio is disabled if use kernel_linux && ! use pulseaudio ; then + mozconfig_annotate '-pulseaudio' --disable-pulseaudio mozconfig_annotate '-pulseaudio' --enable-alsa fi