From: Fabian Groffen Date: Wed, 15 May 2019 09:08:23 +0000 (+0200) Subject: sys-libs/talloc: avoid libbsd dep on more BSD-like platforms X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ecd969550eb5bcf5c3681386872e16c5ed4637d7;p=gentoo.git sys-libs/talloc: avoid libbsd dep on more BSD-like platforms Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/sys-libs/talloc/talloc-2.2.0.ebuild b/sys-libs/talloc/talloc-2.2.0.ebuild index 5fde6fbb4b69..6a3eb17a1f8e 100644 --- a/sys-libs/talloc/talloc-2.2.0.ebuild +++ b/sys-libs/talloc/talloc-2.2.0.ebuild @@ -19,7 +19,13 @@ IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) +RDEPEND="!elibc_FreeBSD? ( + !elibc_SunOS? ( + !elibc_Darwin? ( + dev-libs/libbsd[${MULTILIB_USEDEP}] + ) + ) + ) python? ( ${PYTHON_DEPS} ) !!