summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-25 15:28:48 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-25 16:00:30 +0100
commit205379a978a3d143a9084f4727271690602989b7 (patch)
tree976846103ffb5285869f0888e522779caa82aa37 /sys-libs/talloc/talloc-2.1.14.ebuild
parentsys-libs/ldb: Bump to version 1.6.3 (diff)
downloadgentoo-205379a978a3d143a9084f4727271690602989b7.tar.gz
gentoo-205379a978a3d143a9084f4727271690602989b7.tar.bz2
gentoo-205379a978a3d143a9084f4727271690602989b7.zip
sys-libs/talloc: Added missing dev-libs/libbsd to RDEPEND.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/talloc/talloc-2.1.14.ebuild')
-rw-r--r--sys-libs/talloc/talloc-2.1.14.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/talloc/talloc-2.1.14.ebuild b/sys-libs/talloc/talloc-2.1.14.ebuild
index db77d1bc0099..440cdcc32dbc 100644
--- a/sys-libs/talloc/talloc-2.1.14.ebuild
+++ b/sys-libs/talloc/talloc-2.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,8 @@ IUSE="compat +python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="python? ( ${PYTHON_DEPS} )
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+ python? ( ${PYTHON_DEPS} )
!!<sys-libs/talloc-2.0.5"
DEPEND="${RDEPEND}
sys-devel/gettext