commit: 2ea28f89bbda321c9b35b817a46f8287c98177ac Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue May 9 21:15:56 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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}] )
