Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
Date: Sun, 27 Oct 2019 23:21:02
Message-Id: 1572218375.a00c33706c87570b72d9fc5715731cac78ac1812.whissi@gentoo
1 commit: a00c33706c87570b72d9fc5715731cac78ac1812
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 23:19:35 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 23:19:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00c3370
7
8 x11-misc/polybar: x86 stable (bug #691030)
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 x11-misc/polybar/polybar-3.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/polybar/polybar-3.3.1.ebuild b/x11-misc/polybar/polybar-3.3.1.ebuild
17 index 304f98fa0c1..1e894546621 100644
18 --- a/x11-misc/polybar/polybar-3.3.1.ebuild
19 +++ b/x11-misc/polybar/polybar-3.3.1.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} != *9999* ]]; then
21 SRC_URI="https://github.com/jaagr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
22 https://github.com/jaagr/xpp/archive/${XPP_VERSION}.tar.gz -> xpp-${XPP_VERSION}.tar.gz
23 https://github.com/jaagr/i3ipcpp/archive/v${I3IPCPP_VERSION}.tar.gz -> i3ipcpp-${I3IPCPP_VERSION}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 x86"
26 else
27 inherit git-r3
28 EGIT_REPO_URI="https://github.com/jaagr/${PN}.git"