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 17F62138359 for ; Sun, 13 Sep 2020 06:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B85E086A; Sun, 13 Sep 2020 06:02:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B3B1E086A for ; Sun, 13 Sep 2020 06:02:24 +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 0B743335D04 for ; Sun, 13 Sep 2020 06:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A758B318 for ; Sun, 13 Sep 2020 06:02:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599976938.ae710dd88aeec3498e738aa559fd050df2bd05b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waybar/waybar-0.9.3.ebuild gui-apps/waybar/waybar-9999.ebuild X-VCS-Directories: gui-apps/waybar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae710dd88aeec3498e738aa559fd050df2bd05b4 X-VCS-Branch: master Date: Sun, 13 Sep 2020 06:02:21 +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: 5ccec78e-8319-4329-803f-e154d2131a54 X-Archives-Hash: 89e7ba927b3f4c63b7296d00061a6877 commit: ae710dd88aeec3498e738aa559fd050df2bd05b4 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 06:02:05 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 06:02:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae710dd8 gui-apps/waybar: sync live Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> gui-apps/waybar/waybar-0.9.3.ebuild | 2 +- gui-apps/waybar/waybar-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gui-apps/waybar/waybar-0.9.3.ebuild b/gui-apps/waybar/waybar-0.9.3.ebuild index d73473ced56..09983ab3ef5 100644 --- a/gui-apps/waybar/waybar-0.9.3.ebuild +++ b/gui-apps/waybar/waybar-0.9.3.ebuild @@ -36,7 +36,7 @@ DEPEND=" dev-libs/wayland dev-libs/wayland-protocols gui-libs/wlroots - x11-libs/gtk+:3=[wayland] + x11-libs/gtk+:3[wayland] mpd? ( media-libs/libmpdclient ) network? ( dev-libs/libnl:3 ) popups? ( gui-libs/gtk-layer-shell ) diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index eb00704854a..8d09470b4d4 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -31,10 +31,11 @@ DEPEND=" dev-libs/libsigc++:2 >=dev-libs/libfmt-5.3.0:= >=dev-libs/spdlog-1.3.1:= - dev-libs/date + dev-libs/date:= dev-libs/wayland dev-libs/wayland-protocols gui-libs/wlroots + x11-libs/gtk+:3[wayland] mpd? ( media-libs/libmpdclient ) network? ( dev-libs/libnl:3 ) popups? ( gui-libs/gtk-layer-shell )