Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/
Date: Mon, 03 Jan 2022 23:26:59
Message-Id: 1641252389.09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da.soap@gentoo
1 commit: 09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:29 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ac71c6
7
8 sys-libs/tevent: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/tevent/tevent-0.10.2.ebuild | 2 +-
13 sys-libs/tevent/tevent-0.11.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 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 1d42579147ba..1d14cd94327e 100644
18 --- a/sys-libs/tevent/tevent-0.10.2.ebuild
19 +++ b/sys-libs/tevent/tevent-0.10.2.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz"
21 LICENSE="GPL-3"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
24 -IUSE="elibc_glibc python"
25 +IUSE="python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
28 RESTRICT="test"
29
30 diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild
31 index 41f97806d229..209aee204c4b 100644
32 --- a/sys-libs/tevent/tevent-0.11.0.ebuild
33 +++ b/sys-libs/tevent/tevent-0.11.0.ebuild
34 @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz"
35 LICENSE="GPL-3"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
38 -IUSE="elibc_glibc python"
39 +IUSE="python"
40
41 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 RESTRICT="test"