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 85508138350 for ; Wed, 12 Feb 2020 17:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5856E0817; Wed, 12 Feb 2020 17:21:36 +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 9902EE0817 for ; Wed, 12 Feb 2020 17:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6291A34EC3B for ; Wed, 12 Feb 2020 17:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E08F10F for ; Wed, 12 Feb 2020 17:21:33 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1581528044.519ce6bc173d6880a409ddbeb0b44247336bbe1a.johu@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.4.2-r1.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 519ce6bc173d6880a409ddbeb0b44247336bbe1a X-VCS-Branch: master Date: Wed, 12 Feb 2020 17:21:33 +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: 6ad421b4-f154-4211-ab08-89fdac05b22d X-Archives-Hash: 014668219d3a294951532026b3146146 commit: 519ce6bc173d6880a409ddbeb0b44247336bbe1a Author: Johannes Huber gentoo org> AuthorDate: Wed Feb 12 17:20:44 2020 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Feb 12 17:20:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519ce6bc x11-misc/polybar: Fix use dep on xcb-proto Closes: https://bugs.gentoo.org/708158 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Johannes Huber gentoo.org> x11-misc/polybar/polybar-3.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.4.2-r1.ebuild b/x11-misc/polybar/polybar-3.4.2-r1.ebuild index 0c63677028c..70111d6c06d 100644 --- a/x11-misc/polybar/polybar-3.4.2-r1.ebuild +++ b/x11-misc/polybar/polybar-3.4.2-r1.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - x11-base/xcb-proto + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image