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 D36EC158094 for ; Sat, 10 Sep 2022 00:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F89E086D; Sat, 10 Sep 2022 00:48:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECBC9E086F for ; Sat, 10 Sep 2022 00:48:08 +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 1968A341040 for ; Sat, 10 Sep 2022 00:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F6A35D4 for ; Sat, 10 Sep 2022 00:48:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662770866.5cf19e907c1627f47e863205c6c3ace3b0488705.sam@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-r1.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cf19e907c1627f47e863205c6c3ace3b0488705 X-VCS-Branch: master Date: Sat, 10 Sep 2022 00:48:05 +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: 0116df44-1d21-43c0-a9ea-8390a751ef09 X-Archives-Hash: a3123131720314e71ecd3991effe4482 commit: 5cf19e907c1627f47e863205c6c3ace3b0488705 Author: Sam James gentoo org> AuthorDate: Sat Sep 10 00:47:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 00:47:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf19e90 x11-misc/polybar: Stabilize 3.6.3-r1 x86, #869377 Signed-off-by: Sam James gentoo.org> x11-misc/polybar/polybar-3.6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.6.3-r1.ebuild b/x11-misc/polybar/polybar-3.6.3-r1.ebuild index ce27c475f446..8d59630c7314 100644 --- a/x11-misc/polybar/polybar-3.6.3-r1.ebuild +++ b/x11-misc/polybar/polybar-3.6.3-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A fast and easy-to-use tool for creating status bars" HOMEPAGE="https://github.com/polybar/polybar" SRC_URI="https://github.com/polybar/${PN}/releases/download/${PV}/${P}.tar.gz" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="MIT" SLOT="0" IUSE="alsa curl doc i3wm ipc mpd network pulseaudio"