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 EE4E3138334 for ; Thu, 28 Jun 2018 14:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FDDFE087D; Thu, 28 Jun 2018 14:27:13 +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 D923EE087D for ; Thu, 28 Jun 2018 14:27:12 +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 989CB335C75 for ; Thu, 28 Jun 2018 14:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D0DC2E3 for ; Thu, 28 Jun 2018 14:27:09 +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: <1530196022.a4a4eb641e681adc9db917b13edbbda9314e8609.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a4a4eb641e681adc9db917b13edbbda9314e8609 X-VCS-Branch: master Date: Thu, 28 Jun 2018 14:27:09 +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: 5b8a8fa9-c5e7-4b27-b980-610ec6332e0f X-Archives-Hash: 94ccb67263d77dbc659844ca90d0081a commit: a4a4eb641e681adc9db917b13edbbda9314e8609 Author: Lars Wendler gentoo org> AuthorDate: Thu Jun 28 14:26:42 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jun 28 14:27:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a4eb64 media-sound/mumble: Fixed build with USE="-speech" Closes: https://bugs.gentoo.org/656088 Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-sound/mumble/mumble-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index bfda701fe88..1d787139f19 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -74,7 +74,7 @@ src_configure() { $(myuse opus) $(myuse oss) $(myuse portaudio) - $(myuse speech) + $(usex speech '' no-speechd) $(usex zeroconf '' no-bonjour) )