diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-05-15 11:08:23 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-05-15 11:08:41 +0200 |
commit | ecd969550eb5bcf5c3681386872e16c5ed4637d7 (patch) | |
tree | 8be5aa8a97586cf2ba5495a71761e404161122fc /sys-libs/talloc | |
parent | net-misc/youtube-dl: Old (diff) | |
download | gentoo-ecd969550eb5bcf5c3681386872e16c5ed4637d7.tar.gz gentoo-ecd969550eb5bcf5c3681386872e16c5ed4637d7.tar.bz2 gentoo-ecd969550eb5bcf5c3681386872e16c5ed4637d7.zip |
sys-libs/talloc: avoid libbsd dep on more BSD-like platforms
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/talloc-2.2.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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} ) !!<sys-libs/talloc-2.0.5" DEPEND="${RDEPEND} |