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 698D6158649 for ; Tue, 9 May 2023 21:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86FA2E0784; Tue, 9 May 2023 21:16:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69872E0784 for ; Tue, 9 May 2023 21:16:22 +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 8B519335DEB for ; Tue, 9 May 2023 21:16:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFAB1A4F for ; Tue, 9 May 2023 21:16:19 +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: <1683666956.2ea28f89bbda321c9b35b817a46f8287c98177ac.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxcb/libxcb-1.15-r1.ebuild X-VCS-Directories: x11-libs/libxcb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2ea28f89bbda321c9b35b817a46f8287c98177ac X-VCS-Branch: master Date: Tue, 9 May 2023 21:16:19 +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: 3af3b50b-f51b-48b8-8fb2-36127788b2cb X-Archives-Hash: f94497cae28b740eb858174c259b3733 commit: 2ea28f89bbda321c9b35b817a46f8287c98177ac Author: Matt Turner gentoo org> AuthorDate: Tue May 9 21:15:56 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 9 21:15:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea28f89 x11-libs/libxcb: Depend on xorg-proto xau.pc requires it. Closes: https://bugs.gentoo.org/852905 Signed-off-by: Matt Turner gentoo.org> x11-libs/libxcb/libxcb-1.15-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/libxcb/libxcb-1.15-r1.ebuild b/x11-libs/libxcb/libxcb-1.15-r1.ebuild index 8ad8925627e4..a4480b356b98 100644 --- a/x11-libs/libxcb/libxcb-1.15-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.15-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} + x11-base/xorg-proto >=x11-base/xcb-proto-1.15.2 elibc_Darwin? ( dev-libs/libpthread-stubs ) test? ( dev-libs/check[${MULTILIB_USEDEP}] )