Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/
Date: Sun, 13 Sep 2020 05:59:00
Message-Id: 1599976654.4cf0cde901011bb8f85c677fa20e08be2533c1b0.sam@gentoo
1 commit: 4cf0cde901011bb8f85c677fa20e08be2533c1b0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 05:57:34 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 05:57:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf0cde9
7
8 gui-apps/waybar: subscribe to date subslot, gtk+ dep
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 gui-apps/waybar/waybar-0.9.3.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/gui-apps/waybar/waybar-0.9.3.ebuild b/gui-apps/waybar/waybar-0.9.3.ebuild
17 index dce4b6d2aaf..d73473ced56 100644
18 --- a/gui-apps/waybar/waybar-0.9.3.ebuild
19 +++ b/gui-apps/waybar/waybar-0.9.3.ebuild
20 @@ -32,10 +32,11 @@ DEPEND="
21 dev-libs/libsigc++:2
22 >=dev-libs/libfmt-5.3.0:=
23 >=dev-libs/spdlog-1.3.1:=
24 - dev-libs/date
25 + dev-libs/date:=
26 dev-libs/wayland
27 dev-libs/wayland-protocols
28 gui-libs/wlroots
29 + x11-libs/gtk+:3=[wayland]
30 mpd? ( media-libs/libmpdclient )
31 network? ( dev-libs/libnl:3 )
32 popups? ( gui-libs/gtk-layer-shell )