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 336BB1382C5 for ; Sat, 30 May 2020 20:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666EFE0856; Sat, 30 May 2020 20:05:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5187EE0856 for ; Sat, 30 May 2020 20:05:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 298E434F031 for ; Sat, 30 May 2020 20:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D290926E for ; Sat, 30 May 2020 20:05:49 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1590869141.64076dbcde1bf8db53e694f62fc1a775c2e18632.grknight@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: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 64076dbcde1bf8db53e694f62fc1a775c2e18632 X-VCS-Branch: master Date: Sat, 30 May 2020 20:05:49 +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: 715c008a-047b-47a3-9026-175794aef128 X-Archives-Hash: 034b699f78837739d9ba44c708080ce4 commit: 64076dbcde1bf8db53e694f62fc1a775c2e18632 Author: Brian Evans gentoo org> AuthorDate: Sat May 30 20:01:32 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Sat May 30 20:05:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64076dbc 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 gentoo.org> Closes: https://bugs.gentoo.org/724612 Fixes: 9b6a2669d8c2398497af3c9716ecafbcb15911d1 Signed-off-by: Brian Evans gentoo.org> x11-libs/libxcb/libxcb-1.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild index 59e72ccd0e6..24e099c8ef9 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