diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:03 +0100 |
commit | a9754f8ea229ed2d0d98a59577538b58ec1cf3b0 (patch) | |
tree | 2aad3ab28b40fa7d87f601bcc691e90975fc372f /sys-libs/tevent | |
parent | sys-libs/tdb: remove freebsd-libc (diff) | |
download | gentoo-a9754f8ea229ed2d0d98a59577538b58ec1cf3b0.tar.gz gentoo-a9754f8ea229ed2d0d98a59577538b58ec1cf3b0.tar.bz2 gentoo-a9754f8ea229ed2d0d98a59577538b58ec1cf3b0.zip |
sys-libs/tevent: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/tevent-0.10.2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.11.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild index a7c6460bc453..1d42579147ba 100644 --- a/sys-libs/tevent/tevent-0.10.2.ebuild +++ b/sys-libs/tevent/tevent-0.10.2.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 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" RDEPEND=" - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + dev-libs/libbsd[${MULTILIB_USEDEP}] >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild index 9f025158047e..41f97806d229 100644 --- a/sys-libs/tevent/tevent-0.11.0.ebuild +++ b/sys-libs/tevent/tevent-0.11.0.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 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" RDEPEND=" - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + dev-libs/libbsd[${MULTILIB_USEDEP}] >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} |