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 0138B15800D for ; Fri, 7 Jul 2023 21:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6520E081E; Fri, 7 Jul 2023 21:57:53 +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 BFC1AE081E for ; Fri, 7 Jul 2023 21:57:53 +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 0AEAC340E67 for ; Fri, 7 Jul 2023 21:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A716AD0 for ; Fri, 7 Jul 2023 21:57:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688767046.f481e5a5fbe91d6527932c0acb8cca8fbd6ff7da.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waybar/waybar-9999.ebuild X-VCS-Directories: gui-apps/waybar/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f481e5a5fbe91d6527932c0acb8cca8fbd6ff7da X-VCS-Branch: master Date: Fri, 7 Jul 2023 21:57:51 +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: 78b900d2-e97b-452e-81af-84003becb8d0 X-Archives-Hash: d60f500b1cf0709193bc2d2fdeb40fdc commit: f481e5a5fbe91d6527932c0acb8cca8fbd6ff7da Author: Kai-Chun Ning gmail com> AuthorDate: Fri Jul 7 07:14:58 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 7 21:57:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f481e5a5 gui-apps/waybar: disable cava module in live ebuild Signed-off-by: Kai-Chun Ning gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31779 Signed-off-by: Conrad Kostecki gentoo.org> gui-apps/waybar/waybar-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index 7eadc9f46529..8fcd80c7603f 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -78,6 +78,7 @@ DEPEND="${RDEPEND} src_configure() { local emesonargs=( -Dman-pages=enabled + -Dcava=disabled $(meson_feature evdev libevdev) $(meson_feature jack) $(meson_feature libinput)