commit:     ecd969550eb5bcf5c3681386872e16c5ed4637d7
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 09:08:23 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed May 15 09:08:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd96955

sys-libs/talloc: avoid libbsd dep on more BSD-like platforms

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
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(-)

diff --git a/sys-libs/talloc/talloc-2.2.0.ebuild 
b/sys-libs/talloc/talloc-2.2.0.ebuild
index 5fde6fbb4b6..6a3eb17a1f8 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} )
        !!<sys-libs/talloc-2.0.5"
 DEPEND="${RDEPEND}

Reply via email to