Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/
Date: Fri, 30 Sep 2022 15:22:13
Message-Id: 1664551314.c79d0dd5a24a37598f9c27f9f245d44213a2eab1.ago@gentoo
1 commit: c79d0dd5a24a37598f9c27f9f245d44213a2eab1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 15:21:54 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 15:21:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79d0dd5
7
8 sys-libs/tevent: Stabilize 0.12.1 amd64, #873580
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 sys-libs/tevent/tevent-0.12.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/tevent/tevent-0.12.1.ebuild b/sys-libs/tevent/tevent-0.12.1.ebuild
16 index 487aad5cf6f6..d0f489c99ad6 100644
17 --- a/sys-libs/tevent/tevent-0.12.1.ebuild
18 +++ b/sys-libs/tevent/tevent-0.12.1.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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
25 IUSE="python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"