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 4DC03138350 for ; Tue, 14 Jan 2020 22:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C434BE0896; Tue, 14 Jan 2020 22:48:13 +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 96BDCE0899 for ; Tue, 14 Jan 2020 22:48:13 +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 3762D34E09F for ; Tue, 14 Jan 2020 22:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94AE3AC for ; Tue, 14 Jan 2020 22:48:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1579042079.36b6a4418060b6ca8f2b134fdc24358162fe8c24.mattst88@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.3.1-r1.ebuild x11-misc/polybar/polybar-3.3.1.ebuild x11-misc/polybar/polybar-3.4.2-r1.ebuild x11-misc/polybar/polybar-3.4.2.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 36b6a4418060b6ca8f2b134fdc24358162fe8c24 X-VCS-Branch: master Date: Tue, 14 Jan 2020 22:48:09 +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: c02f570e-2af0-4470-848f-6efaafffded2 X-Archives-Hash: afcd0683fd13c6ca40721421aed0bd3f commit: 36b6a4418060b6ca8f2b134fdc24358162fe8c24 Author: Matt Turner gentoo org> AuthorDate: Tue Jan 14 22:40:39 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 14 22:47:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b6a441 x11-misc/polybar: Update x11-libs/cairo dependency Signed-off-by: Matt Turner gentoo.org> x11-misc/polybar/{polybar-3.3.1.ebuild => polybar-3.3.1-r1.ebuild} | 2 +- x11-misc/polybar/{polybar-3.4.2.ebuild => polybar-3.4.2-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/polybar/polybar-3.3.1.ebuild b/x11-misc/polybar/polybar-3.3.1-r1.ebuild similarity index 98% rename from x11-misc/polybar/polybar-3.3.1.ebuild rename to x11-misc/polybar/polybar-3.3.1-r1.ebuild index 9601feaf922..38ba2d04f07 100644 --- a/x11-misc/polybar/polybar-3.3.1.ebuild +++ b/x11-misc/polybar/polybar-3.3.1-r1.ebuild @@ -31,7 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} x11-base/xcb-proto - x11-libs/cairo[xcb] + x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image x11-libs/xcb-util-wm diff --git a/x11-misc/polybar/polybar-3.4.2.ebuild b/x11-misc/polybar/polybar-3.4.2-r1.ebuild similarity index 98% rename from x11-misc/polybar/polybar-3.4.2.ebuild rename to x11-misc/polybar/polybar-3.4.2-r1.ebuild index e9b811dc1f2..0c63677028c 100644 --- a/x11-misc/polybar/polybar-3.4.2.ebuild +++ b/x11-misc/polybar/polybar-3.4.2-r1.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} x11-base/xcb-proto - x11-libs/cairo[xcb] + x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image x11-libs/xcb-util-wm