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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50044158451 for ; Mon, 8 Jan 2024 05:50:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 853952BC01B; Mon, 8 Jan 2024 05:50:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B0972BC01B for ; Mon, 8 Jan 2024 05:50:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5282E3431E2 for ; Mon, 8 Jan 2024 05:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DFDE95D for ; Mon, 8 Jan 2024 05:50:01 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1704692992.db23fdab027f6f0049e290fd548a5168c4236f3c.ajak@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.7.1-r1.ebuild x11-misc/polybar/polybar-3.7.1.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: db23fdab027f6f0049e290fd548a5168c4236f3c X-VCS-Branch: master Date: Mon, 8 Jan 2024 05:50:01 +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: 7cf19439-6f9d-4d2d-8991-5f4e4b878e46 X-Archives-Hash: 6d6d3645ec5fc8c2705cb626924acb78 commit: db23fdab027f6f0049e290fd548a5168c4236f3c Author: John Helmert III gentoo org> AuthorDate: Mon Jan 8 05:32:22 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Jan 8 05:49:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db23fdab x11-misc/polybar: add missing dep on xorg-proto Signed-off-by: John Helmert III gentoo.org> x11-misc/polybar/{polybar-3.7.1.ebuild => polybar-3.7.1-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.7.1.ebuild b/x11-misc/polybar/polybar-3.7.1-r1.ebuild similarity index 96% rename from x11-misc/polybar/polybar-3.7.1.ebuild rename to x11-misc/polybar/polybar-3.7.1-r1.ebuild index 452904b5f71e..55a6164277bb 100644 --- a/x11-misc/polybar/polybar-3.7.1.ebuild +++ b/x11-misc/polybar/polybar-3.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,6 +23,7 @@ DEPEND=" dev-libs/libuv:= media-libs/fontconfig media-libs/freetype + x11-base/xorg-proto x11-libs/cairo[X,xcb(+)] x11-libs/libxcb:= x11-libs/xcb-util