diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-12-17 20:53:06 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-12-17 20:53:06 +0100 |
commit | 2d29e13defa26441420b94a3621217a574b84513 (patch) | |
tree | 1717868b352c5200ff1a573a83df7cc29279b0b5 /sys-libs/tevent | |
parent | media-gfx/hugin: version bump (diff) | |
download | gentoo-2d29e13defa26441420b94a3621217a574b84513.tar.gz gentoo-2d29e13defa26441420b94a3621217a574b84513.tar.bz2 gentoo-2d29e13defa26441420b94a3621217a574b84513.zip |
sys-libs/tevent: Needs talloc with same python support
Otherwise it fails to build as portage won't pull talloc before to get
support for newer python versions.
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/tevent-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild index 0d5e3cf69422..59709b2d5cc5 100644 --- a/sys-libs/tevent/tevent-0.10.2.ebuild +++ b/sys-libs/tevent/tevent-0.10.2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s IUSE="elibc_glibc python" RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) - >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.3.1[python?,${PYTHON_SINGLE_USEDEP},${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} |