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 09D8615810F for ; Sun, 11 Jun 2023 07:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E5B6E08C9; Sun, 11 Jun 2023 07:37:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09BDBE08C9 for ; Sun, 11 Jun 2023 07:37:20 +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 0C042341225 for ; Sun, 11 Jun 2023 07:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BDEDA85 for ; Sun, 11 Jun 2023 07:37:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1686469009.14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/polybar/polybar-3.6.3-r2.ebuild x11-misc/polybar/polybar-3.6.3-r3.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8 X-VCS-Branch: master Date: Sun, 11 Jun 2023 07:37:17 +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: 098d6f33-a4cf-4f76-a49a-c67f502b4874 X-Archives-Hash: d9a0df56b8d9383ccf2c27e5511a40a3 commit: 14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 11 07:30:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 11 07:36:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14eff6ea x11-misc/polybar: Switch IUSE=pulseaudio to media-libs/libpulse Cleanup obsolete x11-wm/i3-gaps dep. Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/polybar/{polybar-3.6.3-r2.ebuild => polybar-3.6.3-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/polybar/polybar-3.6.3-r2.ebuild b/x11-misc/polybar/polybar-3.6.3-r3.ebuild similarity index 95% rename from x11-misc/polybar/polybar-3.6.3-r2.ebuild rename to x11-misc/polybar/polybar-3.6.3-r3.ebuild index ef368ca2f59a..00bf5147d168 100644 --- a/x11-misc/polybar/polybar-3.6.3-r2.ebuild +++ b/x11-misc/polybar/polybar-3.6.3-r3.ebuild @@ -35,11 +35,11 @@ DEPEND=" doc? ( dev-python/sphinx ) i3wm? ( dev-libs/jsoncpp:= - || ( x11-wm/i3 x11-wm/i3-gaps ) + x11-wm/i3 ) mpd? ( media-libs/libmpdclient ) network? ( dev-libs/libnl:3 ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) " RDEPEND="${DEPEND}"