Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tdb/
Date: Sat, 06 Nov 2021 20:47:00
Message-Id: 1636231592.1aceb8a869524d1d4519b8119099dd9e93edc5f3.sam@gentoo
1 commit: 1aceb8a869524d1d4519b8119099dd9e93edc5f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 20:46:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 20:46:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aceb8a8
7
8 sys-libs/tdb: needs crypt.h so depend on libcrypt
9
10 Doesn't seem to link against it though, so DEPEND.
11
12 Closes: https://bugs.gentoo.org/822159
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-libs/tdb/tdb-1.4.5.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-libs/tdb/tdb-1.4.5.ebuild b/sys-libs/tdb/tdb-1.4.5.ebuild
19 index b0e4e366e9e..2e3e41f8dba 100644
20 --- a/sys-libs/tdb/tdb-1.4.5.ebuild
21 +++ b/sys-libs/tdb/tdb-1.4.5.ebuild
22 @@ -21,7 +21,8 @@ RESTRICT="test"
23 RDEPEND="
24 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
25 python? ( ${PYTHON_DEPS} )"
26 -DEPEND="${RDEPEND}"
27 +DEPEND="${RDEPEND}
28 + virtual/libcrypt"
29 BDEPEND="${PYTHON_DEPS}
30 app-text/docbook-xml-dtd:4.2"