Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/
Date: Fri, 22 May 2020 03:17:20
Message-Id: 1590117373.9b6a2669d8c2398497af3c9716ecafbcb15911d1.floppym@gentoo
1 commit: 9b6a2669d8c2398497af3c9716ecafbcb15911d1
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 03:16:13 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 03:16:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6a2669
7
8 x11-libs/libxcb: move xcb-proto to BDEPEND
9
10 Closes: https://bugs.gentoo.org/558774
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 x11-libs/libxcb/libxcb-1.14.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild
17 index 6c9cecc9c18..59e72ccd0e6 100644
18 --- a/x11-libs/libxcb/libxcb-1.14.ebuild
19 +++ b/x11-libs/libxcb/libxcb-1.14.ebuild
20 @@ -28,9 +28,10 @@ DEPEND="${RDEPEND}
21 test? ( dev-libs/check[${MULTILIB_USEDEP}] )
22 doc? ( app-doc/doxygen[dot] )
23 dev-libs/libxslt
24 - ${PYTHON_DEPS}
25 - $(python_gen_any_dep \
26 - ">=x11-base/xcb-proto-1.14[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
27 +"
28 +BDEPEND="${PYTHON_DEPS}
29 + $(python_gen_any_dep '>=x11-base/xcb-proto-1.14[${PYTHON_USEDEP}]')
30 +"
31
32 python_check_deps() {
33 has_version -b ">=x11-base/xcb-proto-1.14[${PYTHON_USEDEP}]"