projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70236e
)
sys-libs/talloc: avoid libbsd dep on more BSD-like platforms
author
Fabian Groffen
<grobian@gentoo.org>
Wed, 15 May 2019 09:08:23 +0000
(11:08 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Wed, 15 May 2019 09:08:41 +0000
(11:08 +0200)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
sys-libs/talloc/talloc-2.2.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/talloc/talloc-2.2.0.ebuild
b/sys-libs/talloc/talloc-2.2.0.ebuild
index 5fde6fbb4b6912f284bf7026c3fa0e2dec7fc1b2..6a3eb17a1f8e92b6adcfd50fe26388ce8f62c218 100644
(file)
--- 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}