commit:     f1eb81601f3c2f67f4ea25099091b429751c9dea
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 14:42:57 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 15:00:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1eb8160

sys-libs/tevent: Added missing dev-libs/libbsd to RDEPEND.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-libs/tevent/tevent-0.9.28.ebuild    | 5 +++--
 sys-libs/tevent/tevent-0.9.31-r1.ebuild | 5 +++--
 sys-libs/tevent/tevent-0.9.37.ebuild    | 5 +++--
 sys-libs/tevent/tevent-0.9.38.ebuild    | 3 ++-
 sys-libs/tevent/tevent-0.9.39.ebuild    | 3 ++-
 5 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/sys-libs/tevent/tevent-0.9.28.ebuild 
b/sys-libs/tevent/tevent-0.9.28.ebuild
index 64a7393d185..61b6c9c77be 100644
--- a/sys-libs/tevent/tevent-0.9.28.ebuild
+++ b/sys-libs/tevent/tevent-0.9.28.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=6
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="python"
 
-RDEPEND=">=sys-libs/talloc-2.1.5[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+       >=sys-libs/talloc-2.1.5[${MULTILIB_USEDEP}]
        python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.31-r1.ebuild 
b/sys-libs/tevent/tevent-0.9.31-r1.ebuild
index 9c45e2388da..d53cf5a4a69 100644
--- a/sys-libs/tevent/tevent-0.9.31-r1.ebuild
+++ b/sys-libs/tevent/tevent-0.9.31-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="python"
 
-RDEPEND=">=sys-libs/talloc-2.1.8[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+       >=sys-libs/talloc-2.1.8[${MULTILIB_USEDEP}]
        python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.37.ebuild 
b/sys-libs/tevent/tevent-0.9.37.ebuild
index cb729019025..91b6e1b6b32 100644
--- a/sys-libs/tevent/tevent-0.9.37.ebuild
+++ b/sys-libs/tevent/tevent-0.9.37.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
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
-RDEPEND=">=sys-libs/talloc-2.1.13[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+       >=sys-libs/talloc-2.1.13[${MULTILIB_USEDEP}]
        python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.38.ebuild 
b/sys-libs/tevent/tevent-0.9.38.ebuild
index 2639789e899..5f1718624ce 100644
--- a/sys-libs/tevent/tevent-0.9.38.ebuild
+++ b/sys-libs/tevent/tevent-0.9.38.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
-RDEPEND=">=sys-libs/talloc-2.1.15[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+       >=sys-libs/talloc-2.1.15[${MULTILIB_USEDEP}]
        python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.39.ebuild 
b/sys-libs/tevent/tevent-0.9.39.ebuild
index d7fea1a2686..c49c0a7b472 100644
--- a/sys-libs/tevent/tevent-0.9.39.ebuild
+++ b/sys-libs/tevent/tevent-0.9.39.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
-RDEPEND=">=sys-libs/talloc-2.1.16[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+       >=sys-libs/talloc-2.1.16[${MULTILIB_USEDEP}]
        python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

Reply via email to