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/talloc/
Date: Fri, 30 Sep 2022 11:51:03
Message-Id: 1664538638.10799c9e7bc4b15347657f4f340ee7ba5143ae01.ago@gentoo
1 commit: 10799c9e7bc4b15347657f4f340ee7ba5143ae01
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 11:50:38 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 11:50:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10799c9e
7
8 sys-libs/talloc: Stabilize 2.3.4 x86, #873574
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 sys-libs/talloc/talloc-2.3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/talloc/talloc-2.3.4.ebuild b/sys-libs/talloc/talloc-2.3.4.ebuild
16 index 3670d719743f..a44537ac5b4e 100644
17 --- a/sys-libs/talloc/talloc-2.3.4.ebuild
18 +++ b/sys-libs/talloc/talloc-2.3.4.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz"
20
21 LICENSE="GPL-3 LGPL-3+ LGPL-2"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
25 IUSE="compat +python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"