Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/
Date: Sat, 30 May 2020 20:05:53
Message-Id: 1590869141.64076dbcde1bf8db53e694f62fc1a775c2e18632.grknight@gentoo
1 commit: 64076dbcde1bf8db53e694f62fc1a775c2e18632
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 20:01:32 2020 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 20:05:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64076dbc
7
8 x11-libs/libxcb: Readd multilib dependency on xcb-proto
9
10 While fixing a build dependency with Python the target DEPEND lost
11 multilib references. This partially reverts to the correct behaviour
12
13 Ack-by: Matt Turner <mattst88 <AT> gentoo.org>
14 Closes: https://bugs.gentoo.org/724612
15 Fixes: 9b6a2669d8c2398497af3c9716ecafbcb15911d1
16 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
17
18 x11-libs/libxcb/libxcb-1.14.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild
22 index 59e72ccd0e6..24e099c8ef9 100644
23 --- a/x11-libs/libxcb/libxcb-1.14.ebuild
24 +++ b/x11-libs/libxcb/libxcb-1.14.ebuild
25 @@ -25,6 +25,7 @@ RDEPEND="
26 >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
27 # Note: ${PYTHON_USEDEP} needs to go verbatim
28 DEPEND="${RDEPEND}
29 + >=x11-base/xcb-proto-1.14[${MULTILIB_USEDEP}]
30 test? ( dev-libs/check[${MULTILIB_USEDEP}] )
31 doc? ( app-doc/doxygen[dot] )
32 dev-libs/libxslt