diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:01 +0100 |
commit | eee5f7e591ecb285e01bd88867d8480fe4ea1a18 (patch) | |
tree | 3801b8b4e759dcba58abcb583521174c62546849 /sys-libs | |
parent | sys-libs/libutempter: remove freebsd-libc (diff) | |
download | gentoo-eee5f7e591ecb285e01bd88867d8480fe4ea1a18.tar.gz gentoo-eee5f7e591ecb285e01bd88867d8480fe4ea1a18.tar.bz2 gentoo-eee5f7e591ecb285e01bd88867d8480fe4ea1a18.zip |
sys-libs/talloc: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/talloc/talloc-2.3.2.ebuild | 11 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.3.3.ebuild | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild b/sys-libs/talloc/talloc-2.3.2.ebuild index 851fdbb724c4..6d991fb90858 100644 --- a/sys-libs/talloc/talloc-2.3.2.ebuild +++ b/sys-libs/talloc/talloc-2.3.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,15 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" RDEPEND=" - !elibc_FreeBSD? ( - !elibc_SunOS? ( - !elibc_Darwin? ( - dev-libs/libbsd[${MULTILIB_USEDEP}] - ) + !elibc_SunOS? ( + !elibc_Darwin? ( + dev-libs/libbsd[${MULTILIB_USEDEP}] ) ) python? ( ${PYTHON_DEPS} ) - !!<sys-libs/talloc-2.0.5 " DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} diff --git a/sys-libs/talloc/talloc-2.3.3.ebuild b/sys-libs/talloc/talloc-2.3.3.ebuild index 10e40e65a723..5dc2be77922a 100644 --- a/sys-libs/talloc/talloc-2.3.3.ebuild +++ b/sys-libs/talloc/talloc-2.3.3.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,15 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" RDEPEND=" - !elibc_FreeBSD? ( - !elibc_SunOS? ( - !elibc_Darwin? ( - dev-libs/libbsd[${MULTILIB_USEDEP}] - ) + !elibc_SunOS? ( + !elibc_Darwin? ( + dev-libs/libbsd[${MULTILIB_USEDEP}] ) ) python? ( ${PYTHON_DEPS} ) - !!<sys-libs/talloc-2.0.5 " DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS} |