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/tdb/
Date: Sun, 02 Jan 2022 17:49:50
Message-Id: 1641145742.762cac8d9baa464b162659c2c33c75d378ee120b.soap@gentoo
1 commit: 762cac8d9baa464b162659c2c33c75d378ee120b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:02 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762cac8d
7
8 sys-libs/tdb: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/tdb/tdb-1.4.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/tdb/tdb-1.4.5.ebuild b/sys-libs/tdb/tdb-1.4.5.ebuild
16 index 2e3e41f8dbaa..79954ea15f5b 100644
17 --- a/sys-libs/tdb/tdb-1.4.5.ebuild
18 +++ b/sys-libs/tdb/tdb-1.4.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
26 RESTRICT="test"
27
28 RDEPEND="
29 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
30 + dev-libs/libbsd[${MULTILIB_USEDEP}]
31 python? ( ${PYTHON_DEPS} )"
32 DEPEND="${RDEPEND}
33 virtual/libcrypt"