Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/
Date: Thu, 20 Jan 2022 16:35:06
Message-Id: 1642696483.97fccdb579798598e63f44955320762ce4a85e57.sam@gentoo
1 commit: 97fccdb579798598e63f44955320762ce4a85e57
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 16:34:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 16:34:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fccdb5
7
8 sys-libs/tevent: Stabilize 0.11.0 amd64, #828680
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/tevent/tevent-0.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild
16 index 209aee204c4b..4190931690f9 100644
17 --- a/sys-libs/tevent/tevent-0.11.0.ebuild
18 +++ b/sys-libs/tevent/tevent-0.11.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz"
20
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 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
25 IUSE="python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"