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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EC08158064 for ; Wed, 8 May 2024 15:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB06F2BC01D; Wed, 8 May 2024 15:46:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 951642BC01D for ; Wed, 8 May 2024 15:46:25 +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 8BC49343097 for ; Wed, 8 May 2024 15:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE19E1A42 for ; Wed, 8 May 2024 15:46:22 +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: <1715183154.5f577e48e51dfe72f4755206925abfd656e32054.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-0.10.0.ebuild gui-apps/waybar/waybar-0.10.3.ebuild 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: 5f577e48e51dfe72f4755206925abfd656e32054 X-VCS-Branch: master Date: Wed, 8 May 2024 15:46:22 +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: 9d1371c9-32ec-4261-a30c-44df9c28cc4c X-Archives-Hash: fe7103cfaf2642df8358317cd4658224 commit: 5f577e48e51dfe72f4755206925abfd656e32054 Author: Robert Günzler gnzler io> AuthorDate: Mon Apr 8 12:36:19 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed May 8 15:45:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f577e48 gui-apps/waybar: drop logind requirement for mpris upstream dropped the requirement from their build in f3063e86aab08786ac03e6ddd5c9004fe36a52d1 Signed-off-by: Robert Günzler gnzler.io> Closes: https://github.com/gentoo/gentoo/pull/36159 Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/waybar/waybar-0.10.0.ebuild | 1 - gui-apps/waybar/waybar-0.10.3.ebuild | 1 - gui-apps/waybar/waybar-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/gui-apps/waybar/waybar-0.10.0.ebuild b/gui-apps/waybar/waybar-0.10.0.ebuild index 3410acbd246e..957e4ebd9641 100644 --- a/gui-apps/waybar/waybar-0.10.0.ebuild +++ b/gui-apps/waybar/waybar-0.10.0.ebuild @@ -21,7 +21,6 @@ LICENSE="MIT" SLOT="0" IUSE="evdev experimental jack +libinput +logind mpd mpris network pipewire pulseaudio sndio systemd test tray +udev upower wifi" REQUIRED_USE=" - mpris? ( logind ) upower? ( logind ) " diff --git a/gui-apps/waybar/waybar-0.10.3.ebuild b/gui-apps/waybar/waybar-0.10.3.ebuild index 0cb73fc0bd3b..8429c9c6fddb 100644 --- a/gui-apps/waybar/waybar-0.10.3.ebuild +++ b/gui-apps/waybar/waybar-0.10.3.ebuild @@ -21,7 +21,6 @@ LICENSE="MIT" SLOT="0" IUSE="evdev experimental jack +libinput +logind mpd mpris network pipewire pulseaudio sndio systemd test tray +udev upower wifi" REQUIRED_USE=" - mpris? ( logind ) upower? ( logind ) " diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index 0cb73fc0bd3b..8429c9c6fddb 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -21,7 +21,6 @@ LICENSE="MIT" SLOT="0" IUSE="evdev experimental jack +libinput +logind mpd mpris network pipewire pulseaudio sndio systemd test tray +udev upower wifi" REQUIRED_USE=" - mpris? ( logind ) upower? ( logind ) "