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/ldb/
Date: Sun, 02 Jan 2022 17:49:46
Message-Id: 1641145738.9e68ad20da40ba96dce746fb0ce7eb0d19612fd1.soap@gentoo
1 commit: 9e68ad20da40ba96dce746fb0ce7eb0d19612fd1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:58 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e68ad20
7
8 sys-libs/ldb: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/ldb/ldb-2.3.1.ebuild | 4 ++--
13 sys-libs/ldb/ldb-2.3.2.ebuild | 4 ++--
14 sys-libs/ldb/ldb-2.4.0-r1.ebuild | 4 ++--
15 sys-libs/ldb/ldb-2.4.1.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-libs/ldb/ldb-2.3.1.ebuild b/sys-libs/ldb/ldb-2.3.1.ebuild
19 index b6e69d0d5297..b6f289c27beb 100644
20 --- a/sys-libs/ldb/ldb-2.3.1.ebuild
21 +++ b/sys-libs/ldb/ldb-2.3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
29 RESTRICT="!test? ( test )"
30
31 RDEPEND="
32 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
33 + dev-libs/libbsd[${MULTILIB_USEDEP}]
34 dev-libs/popt[${MULTILIB_USEDEP}]
35 >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
36 >=sys-libs/talloc-2.3.2[${MULTILIB_USEDEP}]
37
38 diff --git a/sys-libs/ldb/ldb-2.3.2.ebuild b/sys-libs/ldb/ldb-2.3.2.ebuild
39 index b6e69d0d5297..b6f289c27beb 100644
40 --- a/sys-libs/ldb/ldb-2.3.2.ebuild
41 +++ b/sys-libs/ldb/ldb-2.3.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
49 RESTRICT="!test? ( test )"
50
51 RDEPEND="
52 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
53 + dev-libs/libbsd[${MULTILIB_USEDEP}]
54 dev-libs/popt[${MULTILIB_USEDEP}]
55 >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
56 >=sys-libs/talloc-2.3.2[${MULTILIB_USEDEP}]
57
58 diff --git a/sys-libs/ldb/ldb-2.4.0-r1.ebuild b/sys-libs/ldb/ldb-2.4.0-r1.ebuild
59 index e11b7972d4af..054a066f3cbb 100644
60 --- a/sys-libs/ldb/ldb-2.4.0-r1.ebuild
61 +++ b/sys-libs/ldb/ldb-2.4.0-r1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2021 Gentoo Authors
64 +# Copyright 1999-2022 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
69 RESTRICT="!test? ( test )"
70
71 RDEPEND="
72 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
73 + dev-libs/libbsd[${MULTILIB_USEDEP}]
74 dev-libs/popt[${MULTILIB_USEDEP}]
75 >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
76 >=sys-libs/talloc-2.3.3[${MULTILIB_USEDEP}]
77
78 diff --git a/sys-libs/ldb/ldb-2.4.1.ebuild b/sys-libs/ldb/ldb-2.4.1.ebuild
79 index 36aa67609f5d..cd109691c887 100644
80 --- a/sys-libs/ldb/ldb-2.4.1.ebuild
81 +++ b/sys-libs/ldb/ldb-2.4.1.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 +# Copyright 1999-2022 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=7
88 @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
89 RESTRICT="!test? ( test )"
90
91 RDEPEND="
92 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
93 + dev-libs/libbsd[${MULTILIB_USEDEP}]
94 dev-libs/popt[${MULTILIB_USEDEP}]
95 >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
96 >=sys-libs/talloc-2.3.3[${MULTILIB_USEDEP}]