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 A5BED138334 for ; Tue, 21 Aug 2018 19:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1598E0815; Tue, 21 Aug 2018 19:21:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7C6EFE0815 for ; Tue, 21 Aug 2018 19:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 57988335D0E for ; Tue, 21 Aug 2018 19:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DB273A2 for ; Tue, 21 Aug 2018 19:21:13 +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: <1534879263.4bb7c30de71196c19823a77bc17c7f96255ab230.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4bb7c30de71196c19823a77bc17c7f96255ab230 X-VCS-Branch: master Date: Tue, 21 Aug 2018 19:21:13 +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-Archives-Salt: 74af9a62-d528-4eec-a49c-c698c95755a2 X-Archives-Hash: e34ad53f15af50163378c5d13a2bdfbc commit: 4bb7c30de71196c19823a77bc17c7f96255ab230 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 21 19:20:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 21 19:21:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb7c30d media-sound/mumble: Fix missing pulseaudio build switch Reported-by: Jarek Rymut gmail.com> Closes: https://bugs.gentoo.org/661790 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/mumble/mumble-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 9b6d04b1712..9fa513c1fdc 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -75,6 +75,7 @@ src_configure() { $(myuse opus) $(myuse oss) $(myuse portaudio) + $(myuse pulseaudio) $(myuse rnnoise) $(usex speech '' no-speechd) $(usex zeroconf '' no-bonjour)