diff options
author | Brian Evans <grknight@gentoo.org> | 2020-05-30 16:01:32 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-05-30 16:05:41 -0400 |
commit | 64076dbcde1bf8db53e694f62fc1a775c2e18632 (patch) | |
tree | acd4486bcdcc2bfae0eadc1f0eaeb1ebf5df98f7 /x11-libs/libxcb | |
parent | dev-python/pip: keyworded 20.1.1 for ia64, bug #719700 (diff) | |
download | gentoo-64076dbcde1bf8db53e694f62fc1a775c2e18632.tar.gz gentoo-64076dbcde1bf8db53e694f62fc1a775c2e18632.tar.bz2 gentoo-64076dbcde1bf8db53e694f62fc1a775c2e18632.zip |
x11-libs/libxcb: Readd multilib dependency on xcb-proto
While fixing a build dependency with Python the target DEPEND lost
multilib references. This partially reverts to the correct behaviour
Ack-by: Matt Turner <mattst88@gentoo.org>
Closes: https://bugs.gentoo.org/724612
Fixes: 9b6a2669d8c2398497af3c9716ecafbcb15911d1
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.14.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild index 59e72ccd0e61..24e099c8ef9e 100644 --- a/x11-libs/libxcb/libxcb-1.14.ebuild +++ b/x11-libs/libxcb/libxcb-1.14.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]" # Note: ${PYTHON_USEDEP} needs to go verbatim DEPEND="${RDEPEND} + >=x11-base/xcb-proto-1.14[${MULTILIB_USEDEP}] test? ( dev-libs/check[${MULTILIB_USEDEP}] ) doc? ( app-doc/doxygen[dot] ) dev-libs/libxslt |