Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-libs/tevent/
Date: Tue, 18 Jan 2022 00:47:31
Message-Id: 1642466840.e1a90824c3f7814368674e302134102a54a302a7.anarchy@gentoo
1 commit: e1a90824c3f7814368674e302134102a54a302a7
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 00:47:20 2022 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 00:47:20 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e1a90824
7
8 sys-libs/tevent: sync eapi 7 changes
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-libs/tevent/tevent-0.10.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild
17 index f079f8f2..783a47ad 100644
18 --- a/sys-libs/tevent/tevent-0.10.2.ebuild
19 +++ b/sys-libs/tevent/tevent-0.10.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,13 +14,13 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
30 -IUSE="elibc_glibc python"
31 +IUSE="python"
32
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34 RESTRICT="test"
35
36 RDEPEND="
37 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
38 + dev-libs/libbsd[${MULTILIB_USEDEP}]
39 >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
40 python? (
41 ${PYTHON_DEPS}