Сравнение tevent-0.16.1 с tevent-0.17.1
| /usr/portage/sys-libs/tevent/tevent-0.17.1.ebuild 2026-03-21 11:46:04.405895291 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{10..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{10..14} )
|
|
| 7 | 7 |
PYTHON_REQ_USE="threads(+)" |
| 8 |
inherit waf-utils multilib-minimal python-single-r1 flag-o-matic |
|
| 8 |
inherit flag-o-matic waf-utils multilib-minimal python-single-r1 |
|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="Samba tevent library" |
| 11 | 11 |
HOMEPAGE="https://tevent.samba.org/" |
| ... | ... | |
| 18 | 18 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
| 19 | 19 |
RESTRICT="!test? ( test )" |
| 20 | 20 | |
| 21 |
TALLOC_VERSION="2.4.2" |
|
| 21 |
TALLOC_VERSION="2.4.3" |
|
| 22 | 22 | |
| 23 | 23 |
RDEPEND=" |
| 24 | 24 |
dev-libs/libbsd[${MULTILIB_USEDEP}]
|