diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:02 +0100 |
commit | 762cac8d9baa464b162659c2c33c75d378ee120b (patch) | |
tree | 0029071508afacd589f60e2551b7623f103e9d34 /sys-libs/tdb | |
parent | sys-libs/talloc: remove freebsd-libc (diff) | |
download | gentoo-762cac8d9baa464b162659c2c33c75d378ee120b.tar.gz gentoo-762cac8d9baa464b162659c2c33c75d378ee120b.tar.bz2 gentoo-762cac8d9baa464b162659c2c33c75d378ee120b.zip |
sys-libs/tdb: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r-- | sys-libs/tdb/tdb-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/tdb/tdb-1.4.5.ebuild b/sys-libs/tdb/tdb-1.4.5.ebuild index 2e3e41f8dbaa..79954ea15f5b 100644 --- a/sys-libs/tdb/tdb-1.4.5.ebuild +++ b/sys-libs/tdb/tdb-1.4.5.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 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" RDEPEND=" - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + dev-libs/libbsd[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} virtual/libcrypt" |