diff options
author | Jory Pratt <anarchy@gentoo.org> | 2022-01-17 18:47:20 -0600 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2022-01-17 18:47:20 -0600 |
commit | e1a90824c3f7814368674e302134102a54a302a7 (patch) | |
tree | 693c112b80a4c2ca64acbb096d2b3dead598f3ee /sys-libs | |
parent | sys-block/parted: :: works as expected (diff) | |
download | musl-e1a90824c3f7814368674e302134102a54a302a7.tar.gz musl-e1a90824c3f7814368674e302134102a54a302a7.tar.bz2 musl-e1a90824c3f7814368674e302134102a54a302a7.zip |
sys-libs/tevent: sync eapi 7 changes
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/tevent-0.10.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild index f079f8f2..783a47ad 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 @@ -14,13 +14,13 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" -IUSE="elibc_glibc python" +IUSE="python" 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} |