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 B838F1382C5 for ; Sat, 5 Dec 2020 19:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0BFE0900; Sat, 5 Dec 2020 19:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CEB79E0900 for ; Sat, 5 Dec 2020 19:50:35 +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 4124D340DF2 for ; Sat, 5 Dec 2020 19:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B58303A1 for ; Sat, 5 Dec 2020 19:50:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607197820.54b4ffd4fb211ecdb4fa8fd14f9345bd3d1f1c74.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 54b4ffd4fb211ecdb4fa8fd14f9345bd3d1f1c74 X-VCS-Branch: master Date: Sat, 5 Dec 2020 19:50:32 +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: e73fa850-b6bf-4786-a545-e3284c39dbb6 X-Archives-Hash: 434f6ca75b2ccb254a4bddad5b36272a commit: 54b4ffd4fb211ecdb4fa8fd14f9345bd3d1f1c74 Author: Sam James gentoo org> AuthorDate: Sat Dec 5 19:49:42 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 5 19:50:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b4ffd4 x11-libs/libxcb: add libpthread-stubs dep on Darwin Package-Manager: Portage-3.0.10.3-prefix, Repoman-3.0.2 Signed-off-by: Sam James 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 b36db50cbfa..8d656d8009d 100644 --- a/x11-libs/libxcb/libxcb-1.14.ebuild +++ b/x11-libs/libxcb/libxcb-1.14.ebuild @@ -26,6 +26,7 @@ RDEPEND=" # Note: ${PYTHON_USEDEP} needs to go verbatim DEPEND="${RDEPEND} >=x11-base/xcb-proto-1.14[${MULTILIB_USEDEP}] + elibc_Darwin? ( dev-libs/libpthread-stubs ) test? ( dev-libs/check[${MULTILIB_USEDEP}] ) doc? ( app-doc/doxygen[dot] ) dev-libs/libxslt