summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-05 19:49:42 +0000
committerSam James <sam@gentoo.org>2020-12-05 19:50:20 +0000
commit54b4ffd4fb211ecdb4fa8fd14f9345bd3d1f1c74 (patch)
treea8429e316b38749d20ad0cc11c8803476432c517
parentdev-util/rocm-cmake: Version bump to 3.10.0 (diff)
downloadgentoo-54b4ffd4.tar.gz
gentoo-54b4ffd4.tar.bz2
gentoo-54b4ffd4.zip
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 <sam@gentoo.org>
-rw-r--r--x11-libs/libxcb/libxcb-1.14.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild
index b36db50cbfa5..8d656d8009d4 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