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 36B4A1382C5 for ; Fri, 11 May 2018 10:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 333FCE092D; Fri, 11 May 2018 10:55:42 +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 131F3E092D for ; Fri, 11 May 2018 10:55:41 +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 9CF21335C72 for ; Fri, 11 May 2018 10:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C520237 for ; Fri, 11 May 2018 10:55:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526036134.6e5d882237efc73a2944666cef28a9cda33bdbb1.mgorny@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 x11-misc/polybar/polybar-9999.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e5d882237efc73a2944666cef28a9cda33bdbb1 X-VCS-Branch: master Date: Fri, 11 May 2018 10:55:38 +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: 127112f6-eede-4d07-ac0f-2c0c1bf69642 X-Archives-Hash: 9e0c3567524c9395511cdd1323b4f1c6 commit: 6e5d882237efc73a2944666cef28a9cda33bdbb1 Author: Kajzer gmail com> AuthorDate: Tue May 8 11:30:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 11 10:55:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5d8822 x11-misc/polybar: Add missing deps Added deps: x11-libs/cairo x11-libs/xcb-util-xrm Closes: https://bugs.gentoo.org/655044 Closes: https://github.com/gentoo/gentoo/pull/8280 x11-misc/polybar/polybar-3.1.0.ebuild | 4 +++- x11-misc/polybar/polybar-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-misc/polybar/polybar-3.1.0.ebuild b/x11-misc/polybar/polybar-3.1.0.ebuild index a04e956a0e9..4b696e07053 100644 --- a/x11-misc/polybar/polybar-3.1.0.ebuild +++ b/x11-misc/polybar/polybar-3.1.0.ebuild @@ -26,9 +26,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} x11-base/xcb-proto + x11-libs/cairo x11-libs/libxcb - x11-libs/xcb-util-wm x11-libs/xcb-util-image + x11-libs/xcb-util-wm + x11-libs/xcb-util-xrm alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) i3wm? ( dev-libs/jsoncpp ) diff --git a/x11-misc/polybar/polybar-9999.ebuild b/x11-misc/polybar/polybar-9999.ebuild index b2188834007..7a1abcf47ee 100644 --- a/x11-misc/polybar/polybar-9999.ebuild +++ b/x11-misc/polybar/polybar-9999.ebuild @@ -21,9 +21,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} x11-base/xcb-proto + x11-libs/cairo x11-libs/libxcb - x11-libs/xcb-util-wm x11-libs/xcb-util-image + x11-libs/xcb-util-wm + x11-libs/xcb-util-xrm alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) i3wm? ( dev-libs/jsoncpp )