summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-05-21 23:16:13 -0400
committerMike Gilbert <floppym@gentoo.org>2020-05-21 23:16:13 -0400
commit9b6a2669d8c2398497af3c9716ecafbcb15911d1 (patch)
tree4865167ae1f04d1a01b19297b2eea939ce3f6dee /x11-libs
parentx11-themes/gentoo-xcursors: Add Ronny Gutbrod as proxy maintainer. (diff)
downloadgentoo-9b6a2669d8c2398497af3c9716ecafbcb15911d1.tar.gz
gentoo-9b6a2669d8c2398497af3c9716ecafbcb15911d1.tar.bz2
gentoo-9b6a2669d8c2398497af3c9716ecafbcb15911d1.zip
x11-libs/libxcb: move xcb-proto to BDEPEND
Closes: https://bugs.gentoo.org/558774 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libxcb/libxcb-1.14.ebuild7
1 files changed, 4 insertions, 3 deletions
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}]"