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 1E9B8138334 for ; Sun, 17 Jun 2018 23:29:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1129E09AB; Sun, 17 Jun 2018 23:29:16 +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 0B370E09A6 for ; Sun, 17 Jun 2018 23:29:16 +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 4F2B2335C9A for ; Sun, 17 Jun 2018 23:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8EF8300 for ; Sun, 17 Jun 2018 23:29:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1529278122.b5b31075c0fa76e9dda90230521012f517d7fb33.whissi@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.1.0.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b5b31075c0fa76e9dda90230521012f517d7fb33 X-VCS-Branch: master Date: Sun, 17 Jun 2018 23:29:08 +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-Archives-Salt: 1f364a40-7374-4638-bd5a-47e6f9858053 X-Archives-Hash: cde117eb1ff5a11c2aa48a9139a36822 commit: b5b31075c0fa76e9dda90230521012f517d7fb33 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jun 17 23:08:33 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jun 17 23:28:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b31075 x11-misc/polybar: x86 stable (bug #658142) Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/polybar/polybar-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.1.0.ebuild b/x11-misc/polybar/polybar-3.1.0.ebuild index 1d10b8eee8b..5897c55c919 100644 --- a/x11-misc/polybar/polybar-3.1.0.ebuild +++ b/x11-misc/polybar/polybar-3.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jaagr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="alsa curl i3wm ipc mpd network" REQUIRED_USE="${PYTHON_REQUIRED_USE}"