From: Mike Gilbert Date: Fri, 22 May 2020 03:16:13 +0000 (-0400) Subject: x11-libs/libxcb: move xcb-proto to BDEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b6a2669d8c2398497af3c9716ecafbcb15911d1;p=gentoo.git x11-libs/libxcb: move xcb-proto to BDEPEND Closes: https://bugs.gentoo.org/558774 Signed-off-by: Mike Gilbert --- diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild index 6c9cecc9c186..59e72ccd0e61 100644 --- a/x11-libs/libxcb/libxcb-1.14.ebuild +++ b/x11-libs/libxcb/libxcb-1.14.ebuild @@ -28,9 +28,10 @@ DEPEND="${RDEPEND} test? ( dev-libs/check[${MULTILIB_USEDEP}] ) doc? ( app-doc/doxygen[dot] ) dev-libs/libxslt - ${PYTHON_DEPS} - $(python_gen_any_dep \ - ">=x11-base/xcb-proto-1.14[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" +" +BDEPEND="${PYTHON_DEPS} + $(python_gen_any_dep '>=x11-base/xcb-proto-1.14[${PYTHON_USEDEP}]') +" python_check_deps() { has_version -b ">=x11-base/xcb-proto-1.14[${PYTHON_USEDEP}]"