Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/
Date: Sun, 02 Jan 2022 17:49:45
Message-Id: 1641145741.eee5f7e591ecb285e01bd88867d8480fe4ea1a18.soap@gentoo
1 commit: eee5f7e591ecb285e01bd88867d8480fe4ea1a18
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:01 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee5f7e5
7
8 sys-libs/talloc: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/talloc/talloc-2.3.2.ebuild | 11 ++++-------
13 sys-libs/talloc/talloc-2.3.3.ebuild | 11 ++++-------
14 2 files changed, 8 insertions(+), 14 deletions(-)
15
16 diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild b/sys-libs/talloc/talloc-2.3.2.ebuild
17 index 851fdbb724c4..6d991fb90858 100644
18 --- a/sys-libs/talloc/talloc-2.3.2.ebuild
19 +++ b/sys-libs/talloc/talloc-2.3.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -20,15 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27 RESTRICT="test"
28
29 RDEPEND="
30 - !elibc_FreeBSD? (
31 - !elibc_SunOS? (
32 - !elibc_Darwin? (
33 - dev-libs/libbsd[${MULTILIB_USEDEP}]
34 - )
35 + !elibc_SunOS? (
36 + !elibc_Darwin? (
37 + dev-libs/libbsd[${MULTILIB_USEDEP}]
38 )
39 )
40 python? ( ${PYTHON_DEPS} )
41 - !!<sys-libs/talloc-2.0.5
42 "
43 DEPEND="${RDEPEND}"
44 BDEPEND="${PYTHON_DEPS}
45
46 diff --git a/sys-libs/talloc/talloc-2.3.3.ebuild b/sys-libs/talloc/talloc-2.3.3.ebuild
47 index 10e40e65a723..5dc2be77922a 100644
48 --- a/sys-libs/talloc/talloc-2.3.3.ebuild
49 +++ b/sys-libs/talloc/talloc-2.3.3.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2021 Gentoo Authors
52 +# Copyright 1999-2022 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=7
56 @@ -20,15 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
57 RESTRICT="test"
58
59 RDEPEND="
60 - !elibc_FreeBSD? (
61 - !elibc_SunOS? (
62 - !elibc_Darwin? (
63 - dev-libs/libbsd[${MULTILIB_USEDEP}]
64 - )
65 + !elibc_SunOS? (
66 + !elibc_Darwin? (
67 + dev-libs/libbsd[${MULTILIB_USEDEP}]
68 )
69 )
70 python? ( ${PYTHON_DEPS} )
71 - !!<sys-libs/talloc-2.0.5
72 "
73 DEPEND="${RDEPEND}"
74 BDEPEND="${PYTHON_DEPS}