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 5E31115817D for ; Mon, 10 Jun 2024 14:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 732C4E2B01; Mon, 10 Jun 2024 14:36:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5673EE2B01 for ; Mon, 10 Jun 2024 14:36:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B2EA335D6E for ; Mon, 10 Jun 2024 14:36:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 369761769 for ; Mon, 10 Jun 2024 14:36:44 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1718030126.855d7c87baa70cab57d634f459f97cf589e2f529.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/murmur/murmur-1.5.634.ebuild net-voip/murmur/murmur-9999.ebuild X-VCS-Directories: net-voip/murmur/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 855d7c87baa70cab57d634f459f97cf589e2f529 X-VCS-Branch: master Date: Mon, 10 Jun 2024 14:36:44 +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: 08154aca-5e02-4f89-8f67-fbdc0328a9ca X-Archives-Hash: 69d3270a74258cea80a0e414de14d0e4 commit: 855d7c87baa70cab57d634f459f97cf589e2f529 Author: Kenton Groombridge gentoo org> AuthorDate: Mon Jun 10 14:35:26 2024 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Jun 10 14:35:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855d7c87 net-voip/murmur: avoid -Werror during build Closes: https://bugs.gentoo.org/933876 Signed-off-by: Kenton Groombridge gentoo.org> net-voip/murmur/murmur-1.5.634.ebuild | 1 + net-voip/murmur/murmur-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-voip/murmur/murmur-1.5.634.ebuild b/net-voip/murmur/murmur-1.5.634.ebuild index be38ba9a0de5..10ef9e24681e 100644 --- a/net-voip/murmur/murmur-1.5.634.ebuild +++ b/net-voip/murmur/murmur-1.5.634.ebuild @@ -108,6 +108,7 @@ src_configure() { -DMUMBLE_INSTALL_SERVICEFILEDIR=$(systemd_get_systemunitdir) -DMUMBLE_INSTALL_SYSUSERSDIR=$(systemd_get_userunitdir) -DMUMBLE_INSTALL_TMPFILESDIR="/usr/lib/tmpfiles.d" + -Dwarnings-as-errors="OFF" -Dzeroconf="$(usex zeroconf)" ) if [[ "${PV}" != 9999 ]] ; then diff --git a/net-voip/murmur/murmur-9999.ebuild b/net-voip/murmur/murmur-9999.ebuild index be38ba9a0de5..10ef9e24681e 100644 --- a/net-voip/murmur/murmur-9999.ebuild +++ b/net-voip/murmur/murmur-9999.ebuild @@ -108,6 +108,7 @@ src_configure() { -DMUMBLE_INSTALL_SERVICEFILEDIR=$(systemd_get_systemunitdir) -DMUMBLE_INSTALL_SYSUSERSDIR=$(systemd_get_userunitdir) -DMUMBLE_INSTALL_TMPFILESDIR="/usr/lib/tmpfiles.d" + -Dwarnings-as-errors="OFF" -Dzeroconf="$(usex zeroconf)" ) if [[ "${PV}" != 9999 ]] ; then