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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07CEF138359 for ; Wed, 23 Sep 2020 10:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63CE4E0866; Wed, 23 Sep 2020 10:20:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 496FBE0864 for ; Wed, 23 Sep 2020 10:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07131340C96 for ; Wed, 23 Sep 2020 10:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C1638C for ; Wed, 23 Sep 2020 10:20:22 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1600856318.99385b67e43cf5d4155685488e16665d5eaad549.ago@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.4.3.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 99385b67e43cf5d4155685488e16665d5eaad549 X-VCS-Branch: master Date: Wed, 23 Sep 2020 10:20: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: eab0c8f3-dfb4-4d08-9ec0-152ed8958e83 X-Archives-Hash: 9e65ac5976ca5cfce5db94ff13fc3018 commit: 99385b67e43cf5d4155685488e16665d5eaad549 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Sep 23 10:18:38 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Sep 23 10:18:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99385b67 x11-misc/polybar: amd64 stable wrt bug #743871 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> x11-misc/polybar/polybar-3.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.4.3.ebuild b/x11-misc/polybar/polybar-3.4.3.ebuild index e6f8b9feaf9..76adbe07fab 100644 --- a/x11-misc/polybar/polybar-3.4.3.ebuild +++ b/x11-misc/polybar/polybar-3.4.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/polybar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/polybar/xpp/archive/${XPP_COMMIT}.tar.gz -> xpp-${XPP_COMMIT}.tar.gz https://github.com/polybar/i3ipcpp/archive/${I3IPCPP_COMMIT}.tar.gz -> i3ipcpp-${I3IPCPP_COMMIT}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="MIT" SLOT="0" IUSE="alsa curl i3wm ipc mpd network pulseaudio"