summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-25 15:31:30 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-25 16:00:31 +0100
commitd84ed350efac50b7e077efe37d293174fc64d3d6 (patch)
tree526aa778e6b05ee2be5e4c862ac82192a3b33e0f /sys-libs/tdb/tdb-1.3.8.ebuild
parentsys-libs/talloc: Added missing dev-libs/libbsd to RDEPEND. (diff)
downloadgentoo-d84ed350efac50b7e077efe37d293174fc64d3d6.tar.gz
gentoo-d84ed350efac50b7e077efe37d293174fc64d3d6.tar.bz2
gentoo-d84ed350efac50b7e077efe37d293174fc64d3d6.zip
sys-libs/tdb: 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/tdb/tdb-1.3.8.ebuild')
-rw-r--r--sys-libs/tdb/tdb-1.3.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/tdb/tdb-1.3.8.ebuild b/sys-libs/tdb/tdb-1.3.8.ebuild
index 5850768253ac..0f88e563fdde 100644
--- a/sys-libs/tdb/tdb-1.3.8.ebuild
+++ b/sys-libs/tdb/tdb-1.3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,8 @@ IUSE="python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+ python? ( ${PYTHON_DEPS} )"
DEPEND="
${RDEPEND}
${PYTHON_DEPS}