From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D434C1382C5 for ; Fri, 22 May 2020 03:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC113E08DB; Fri, 22 May 2020 03:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6438DE08DB for ; Fri, 22 May 2020 03:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD89B34E927 for ; Fri, 22 May 2020 03:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486F8253 for ; Fri, 22 May 2020 03:17:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1590117373.9b6a2669d8c2398497af3c9716ecafbcb15911d1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxcb/libxcb-1.14.ebuild X-VCS-Directories: x11-libs/libxcb/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9b6a2669d8c2398497af3c9716ecafbcb15911d1 X-VCS-Branch: master Date: Fri, 22 May 2020 03:17:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1dfc7b5f-647b-4570-b658-76d1010c1047 X-Archives-Hash: 907ee4c4623a2942f1419dbd3982cc99 commit: 9b6a2669d8c2398497af3c9716ecafbcb15911d1 Author: Mike Gilbert gentoo org> AuthorDate: Fri May 22 03:16:13 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri May 22 03:16:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6a2669 x11-libs/libxcb: move xcb-proto to BDEPEND Closes: https://bugs.gentoo.org/558774 Signed-off-by: Mike Gilbert gentoo.org> x11-libs/libxcb/libxcb-1.14.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild index 6c9cecc9c18..59e72ccd0e6 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}]"