From ecd969550eb5bcf5c3681386872e16c5ed4637d7 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 15 May 2019 11:08:23 +0200 Subject: 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 --- sys-libs/talloc/talloc-2.2.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys-libs/talloc') 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} ) !!