Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
Date: Mon, 13 Jan 2020 20:08:55
Message-Id: 1578946118.037f916de1172c557cd4cc31bf51080dc93526ce.johu@gentoo
1 commit: 037f916de1172c557cd4cc31bf51080dc93526ce
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 13 20:02:05 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 13 20:08:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037f916d
7
8 x11-misc/polybar: Fix dependencies for use i3wm
9
10 Reported-by: Lineu Martins <martinslineu <AT> linuxmail.org>
11 Closes: https://bugs.gentoo.org/705160
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
14
15 x11-misc/polybar/polybar-3.4.2.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/x11-misc/polybar/polybar-3.4.2.ebuild b/x11-misc/polybar/polybar-3.4.2.ebuild
19 index 43a60e76c0a..e9b811dc1f2 100644
20 --- a/x11-misc/polybar/polybar-3.4.2.ebuild
21 +++ b/x11-misc/polybar/polybar-3.4.2.ebuild
22 @@ -31,7 +31,10 @@ DEPEND="
23 x11-libs/xcb-util-xrm
24 alsa? ( media-libs/alsa-lib )
25 curl? ( net-misc/curl )
26 - i3wm? ( dev-libs/jsoncpp )
27 + i3wm? (
28 + dev-libs/jsoncpp
29 + || ( x11-wm/i3 x11-wm/i3-gaps )
30 + )
31 mpd? ( media-libs/libmpdclient )
32 network? ( net-wireless/wireless-tools )
33 pulseaudio? ( media-sound/pulseaudio )