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 E83A415864F for ; Fri, 24 Mar 2023 14:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8B4E09FB; Fri, 24 Mar 2023 14:45:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 01084E09FB for ; Fri, 24 Mar 2023 14:45:19 +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 24E8D340CC9 for ; Fri, 24 Mar 2023 14:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49ECE17 for ; Fri, 24 Mar 2023 14:45:17 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1679669087.583b0ad5fc36cba9baaa5553ce55618a0e43cf12.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-0.16.2.ebuild gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 583b0ad5fc36cba9baaa5553ce55618a0e43cf12 X-VCS-Branch: master Date: Fri, 24 Mar 2023 14:45:17 +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: d0c76c23-33cb-49f8-8307-61169cb8d3f6 X-Archives-Hash: 9941a232522a734126625939df96636d commit: 583b0ad5fc36cba9baaa5553ce55618a0e43cf12 Author: Matthew Thode gentoo org> AuthorDate: Fri Mar 24 14:44:47 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Mar 24 14:44:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583b0ad5 gui-libs/wlroots: add missing xcb-util-renderutil dep Closes: https://bugs.gentoo.org/902889 Signed-off-by: Matthew Thode gentoo.org> gui-libs/wlroots/wlroots-0.16.2.ebuild | 1 + gui-libs/wlroots/wlroots-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-libs/wlroots/wlroots-0.16.2.ebuild b/gui-libs/wlroots/wlroots-0.16.2.ebuild index 7da628951f6e..c6aa61b39f4b 100644 --- a/gui-libs/wlroots/wlroots-0.16.2.ebuild +++ b/gui-libs/wlroots/wlroots-0.16.2.ebuild @@ -42,6 +42,7 @@ DEPEND=" x11-base/xwayland x11-libs/libxcb:0= x11-libs/xcb-util-image + x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) " diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 55121354676a..2abb90cf84ef 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -43,6 +43,7 @@ DEPEND=" x11-base/xwayland x11-libs/libxcb:0= x11-libs/xcb-util-image + x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) "