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 0483F158043 for ; Sat, 16 Mar 2024 20:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6431E29B7; Sat, 16 Mar 2024 20:33:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9F6C5E29B7 for ; Sat, 16 Mar 2024 20:33: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D736D33BE58 for ; Sat, 16 Mar 2024 20:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C970FCB for ; Sat, 16 Mar 2024 20:33:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1710621214.bd81d0c891ad9a8917cacff518f8d6b82d73722d.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bd81d0c891ad9a8917cacff518f8d6b82d73722d X-VCS-Branch: master Date: Sat, 16 Mar 2024 20:33: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: 3a52cf0f-f01b-42d8-a7bf-00a233274523 X-Archives-Hash: c56da7285b1dfae060f58daa02787e88 commit: bd81d0c891ad9a8917cacff518f8d6b82d73722d Author: Julien Roy jroy ca> AuthorDate: Sat Mar 16 19:05:36 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 16 20:33:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd81d0c8 gui-apps/waybar: sync live Signed-off-by: Julien Roy jroy.ca> Closes: https://github.com/gentoo/gentoo/pull/35788 Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/waybar/waybar-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index 9878369eda3e..3410acbd246e 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -44,7 +44,7 @@ RDEPEND=" >=dev-libs/spdlog-1.10.0:= dev-libs/date:= dev-libs/wayland - >=gui-libs/gtk-layer-shell-0.6.0:= + gui-libs/gtk-layer-shell gui-libs/wlroots:= x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon @@ -88,6 +88,7 @@ src_configure() { $(meson_feature network libnl) $(meson_feature pulseaudio) $(meson_feature pipewire wireplumber) + $(meson_feature pipewire) $(meson_feature sndio) $(meson_feature systemd) $(meson_feature test tests)