commit:     eee5f7e591ecb285e01bd88867d8480fe4ea1a18
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 17:49:01 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 17:49:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee5f7e5

sys-libs/talloc: remove freebsd-libc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-libs/talloc/talloc-2.3.2.ebuild | 11 ++++-------
 sys-libs/talloc/talloc-2.3.3.ebuild | 11 ++++-------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild 
b/sys-libs/talloc/talloc-2.3.2.ebuild
index 851fdbb724c4..6d991fb90858 100644
--- a/sys-libs/talloc/talloc-2.3.2.ebuild
+++ b/sys-libs/talloc/talloc-2.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,15 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="test"
 
 RDEPEND="
-       !elibc_FreeBSD? (
-               !elibc_SunOS? (
-                       !elibc_Darwin? (
-                               dev-libs/libbsd[${MULTILIB_USEDEP}]
-                       )
+       !elibc_SunOS? (
+               !elibc_Darwin? (
+                       dev-libs/libbsd[${MULTILIB_USEDEP}]
                )
        )
        python? ( ${PYTHON_DEPS} )
-       !!<sys-libs/talloc-2.0.5
 "
 DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}

diff --git a/sys-libs/talloc/talloc-2.3.3.ebuild 
b/sys-libs/talloc/talloc-2.3.3.ebuild
index 10e40e65a723..5dc2be77922a 100644
--- a/sys-libs/talloc/talloc-2.3.3.ebuild
+++ b/sys-libs/talloc/talloc-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,15 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="test"
 
 RDEPEND="
-       !elibc_FreeBSD? (
-               !elibc_SunOS? (
-                       !elibc_Darwin? (
-                               dev-libs/libbsd[${MULTILIB_USEDEP}]
-                       )
+       !elibc_SunOS? (
+               !elibc_Darwin? (
+                       dev-libs/libbsd[${MULTILIB_USEDEP}]
                )
        )
        python? ( ${PYTHON_DEPS} )
-       !!<sys-libs/talloc-2.0.5
 "
 DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}

Reply via email to